We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83325db commit f1c4bceCopy full SHA for f1c4bce
src/components/Plugins/src/scripting/GameEvents.cpp
@@ -42,7 +42,7 @@ bool scripting_OnClientConnect(const OnClientConnect *e)
42
return true;
43
}
44
45
-void scripting_OnClientDisconnec(const OnClientDisconnect *e)
+void scripting_OnClientDisconnect(const OnClientDisconnect *e)
46
{
47
for (uint32 i = 0; i < plugins.size(); i++)
48
0 commit comments