diff --git a/sp/src/game/shared/mapbase/vscript_singletons.cpp b/sp/src/game/shared/mapbase/vscript_singletons.cpp index 4a8a2318..3f075359 100644 --- a/sp/src/game/shared/mapbase/vscript_singletons.cpp +++ b/sp/src/game/shared/mapbase/vscript_singletons.cpp @@ -2176,6 +2176,7 @@ public: { m_cmd = new ConCommand( name, this, helpString, flags, 0 ); m_hCallback = fn; + m_hCompletionCallback = NULL; m_nCmdNameLen = V_strlen(name) + 1; Assert( m_nCmdNameLen - 1 <= 128 );