]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
(Round 1) Break up host_cmd.c
[xonotic/darkplaces.git] / sv_main.c
index 19f455370c1fd85086bda56d75c90d4e27721680..f810e5b91a0a9fdf93e0af0736cfc549e2684fff 100644 (file)
--- a/sv_main.c
+++ b/sv_main.c
@@ -626,6 +626,8 @@ void SV_Init (void)
        Cvar_RegisterVariable (&sv_mapformat_is_quake2);
        Cvar_RegisterVariable (&sv_mapformat_is_quake3);
 
+       SV_InitOperatorCommands();
+
        sv_mempool = Mem_AllocPool("server", 0, NULL);
 }