Skip to content

Commit 208fa3d

Browse files
committed
Fixed typo in onPlayerModuleList event name
1 parent cfc1d95 commit 208fa3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VCMP-LUA/vcmpWrap/EventManager/EventManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ std::unordered_map<std::string, std::vector<sol::function>> EventManager::m_Hand
99

1010
/*** PLAYER ***/
1111
{"onClientData", {}},
12-
{"onPlayerMouleList", {}},
12+
{"onPlayerModuleList", {}},
1313
{"onPlayerConnection", {}},
1414
{"onPlayerConnect", {}},
1515
{"onPlayerDisconnect", {}},

0 commit comments

Comments
 (0)