Skip to content

Commit 19cac0e

Browse files
committed
fix(commands): IsCommandRegistered ptr
1 parent 1e44570 commit 19cac0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripting/server/commands.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ DEFINE_NATIVE("Commands.UnregisterAlias", Bridge_Commands_UnregisterAlias);
115115
DEFINE_NATIVE("Commands.RegisterClientCommandsListener", Bridge_Commands_RegisterClientCommandsListener);
116116
DEFINE_NATIVE("Commands.UnregisterClientCommandsListener", Bridge_Commands_UnregisterClientCommandsListener);
117117
DEFINE_NATIVE("Commands.RegisterClientChatListener", Bridge_Commands_RegisterClientChatListener);
118-
DEFINE_NATIVE("Commands.UnregisterClientChatListener", Bridge_Commands_UnregisterClientChatListener);
118+
DEFINE_NATIVE("Commands.UnregisterClientChatListener", Bridge_Commands_UnregisterClientChatListener);
119+
DEFINE_NATIVE("Commands.IsCommandRegistered", Bridge_Commands_IsCommandRegistered);

0 commit comments

Comments
 (0)