]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/nades/nades.qc
Rename gameover to game_stopped as it makes more sense now. Proper game over check...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / nades / nades.qc
index 5bf0360fdb74c8c6d0dd72c4a20b1ebc361134cb..627321ea0224ae6cc37c2fb6e2aa29a20a8c708d 100644 (file)
@@ -1106,7 +1106,7 @@ bool CanThrowNade(entity this)
        if(this.vehicle)
                return false;
 
-       if(gameover)
+       if(game_stopped)
                return false;
 
        if(IS_DEAD(this))