Skip to content

Commit dd3014b

Browse files
Update CClientGame.cpp
1 parent 5aaa57a commit dd3014b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/mods/deathmatch/logic/CClientGame.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2722,6 +2722,7 @@ void CClientGame::AddBuiltInEvents()
27222722
// Console events
27232723
m_Events.AddEvent("onClientConsole", "text", NULL, false);
27242724
m_Events.AddEvent("onClientCoreCommand", "command", NULL, false);
2725+
m_Events.AddEvent("onClientCommand", "command", NULL, false);
27252726

27262727
// Chat events
27272728
m_Events.AddEvent("onClientChatMessage", "text, r, g, b, messageType", NULL, false);

0 commit comments

Comments
 (0)