Skip to content

Commit

Permalink
fix(s1): method typo (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik authored Feb 16, 2025
1 parent c5017ef commit 79a240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsc/engine/s1_pc_meth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ extern std::array<std::pair<u16, char const*>, meth_count> const meth_list
{ 0x82F6, "setweaponammoclip" },
{ 0x82F7, "setweaponammostock" },
{ 0x82F8, "getweaponammoclip" },
{ 0x82F9, "setweaponammostock" },
{ 0x82F9, "getweaponammostock" },
{ 0x82FA, "anyammoforweaponmodes" },
{ 0x82FB, "setclientomnvar" },
{ 0x82FC, "setclientdvar" },
Expand Down

0 comments on commit 79a240c

Please sign in to comment.