]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Code cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 6203456cbdfd4ea7c215dd027e32c748e78914b7..d7772e5090d0fda499eb14eee8f3544b298bf007 100644 (file)
@@ -647,7 +647,7 @@ float serverflags;
 .entity muzzle_flash;
 .float misc_bulletcounter;     // replaces uzi & hlac bullet counter.
 
-.float respawn_schedule; // shows respawn time, and is negative when awaiting respawn
+.float stat_respawn_time; // shows respawn time, and is negative when awaiting respawn
 
 void PlayerUseKey();