]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/clientcommands.qc
when calling hooks, use a final \n and not ;
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / clientcommands.qc
index ff5794dae989397d202294c1641844ee7b678e57..171906428a39b2a29f146d811f3d97927a516196 100644 (file)
@@ -486,7 +486,7 @@ void ReadyRestart()
        if(g_arena | g_assault | gameover | intermission_running | race_completing)
                localcmd("restart\n");
        else
-               localcmd("\nsv_hook_gamerestart;");
+               localcmd("\nsv_hook_gamerestart\n");
 
        ReadyRestartForce();