Skip to content

Commit

Permalink
Fixed typo in onPlayerModuleList event name
Browse files Browse the repository at this point in the history
  • Loading branch information
rasikhq committed Oct 18, 2022
1 parent cfc1d95 commit 208fa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VCMP-LUA/vcmpWrap/EventManager/EventManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ std::unordered_map<std::string, std::vector<sol::function>> EventManager::m_Hand

/*** PLAYER ***/
{"onClientData", {}},
{"onPlayerMouleList", {}},
{"onPlayerModuleList", {}},
{"onPlayerConnection", {}},
{"onPlayerConnect", {}},
{"onPlayerDisconnect", {}},
Expand Down

0 comments on commit 208fa3d

Please sign in to comment.