Skip to content

Commit

Permalink
fix(s1): mislabeled method (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelrau committed Jun 11, 2023
1 parent 9277e03 commit 4f0573c
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 @@ -1104,7 +1104,7 @@ extern std::array<std::pair<u16, char const*>, meth_count> const meth_list
{ 0x8443, "challengenotification" },
{ 0x8444, "cancelaimove" },
{ 0x8445, "vehicle_jetbikesethoverforcescale" },
{ 0x8446, "vehicle_jetbikesethoverforcescale" },
{ 0x8446, "linktosynchronizedparent" },
{ 0x8447, "getclientomnvar" },
{ 0x8448, "drawpostresolve" },
{ 0x8449, "drawpostresolveoff" },
Expand Down

0 comments on commit 4f0573c

Please sign in to comment.