Skip to content

Commit

Permalink
fix(h1): swap sayteam and sayall methods (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 committed Jun 29, 2023
1 parent 3ac5ce5 commit 799b5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gsc/engine/h1_meth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 799b5d9

Please sign in to comment.