]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
set allowed_to_spawn = TRUE as early as we can, this way bots already connected after...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index d1d86ed79a19703ceb266b0f5d8bf40e6836d7d2..745a6e0b2a5e148be15ba87a3e3da7079d4d2f86 100644 (file)
@@ -651,3 +651,5 @@ string deathmessage;
 .entity realowner;
 
 .float nex_charge;
+
+float allowed_to_spawn; // boolean variable used by the clan arena code to determine if a player can spawn (after the round has ended)