fix(h1): swap sayteam and sayall methods (#136)

This commit is contained in:
Edo 2023-06-29 17:49:07 +02:00 committed by GitHub
parent 3ac5ce54d5
commit 799b5d99ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" },