Skip to content

Commit f1c4bce

Browse files
committed
update(scripting): Game Event Typo
1 parent 83325db commit f1c4bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Plugins/src/scripting/GameEvents.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bool scripting_OnClientConnect(const OnClientConnect *e)
4242
return true;
4343
}
4444

45-
void scripting_OnClientDisconnec(const OnClientDisconnect *e)
45+
void scripting_OnClientDisconnect(const OnClientDisconnect *e)
4646
{
4747
for (uint32 i = 0; i < plugins.size(); i++)
4848
{

0 commit comments

Comments
 (0)