]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Minor comment fix
authorMario <mario@smbclan.net>
Wed, 14 Oct 2015 15:09:01 +0000 (01:09 +1000)
committerMario <mario@smbclan.net>
Wed, 14 Oct 2015 15:09:01 +0000 (01:09 +1000)
qcsrc/server/command/vote.qc

index 5da2feb2f14d85a73520590a586e21ef11b5f307..0fca5d2260b4e624f1624235e47ead70981920ea 100644 (file)
@@ -497,7 +497,7 @@ void ReadyRestart_force()
 
 void ReadyRestart()
 {
-       // no arena, assault support yet...
+       // no assault support yet...
        if(g_assault | gameover | intermission_running | race_completing)
                localcmd("restart\n");
        else