fix(h1): swap sayteam and sayall methods (#136)
This commit is contained in:
parent
3ac5ce54d5
commit
799b5d99ae
@ -595,8 +595,8 @@ extern std::array<std::pair<u16, char const*>, meth_count> const meth_list
|
||||
{ 0x8246, "trackerupdate" },
|
||||
{ 0x8247, "pingplayer" },
|
||||
{ 0x8248, "buttonpressed" },
|
||||
{ 0x8249, "sayteam" },
|
||||
{ 0x824A, "sayall" },
|
||||
{ 0x8249, "sayall" },
|
||||
{ 0x824A, "sayteam" },
|
||||
{ 0x824B, "setspawnweapon" },
|
||||
{ 0x824C, "dropitem" },
|
||||
{ 0x824D, "dropscavengerbag" },
|
||||
|
Loading…
Reference in New Issue
Block a user