]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/world.qh
Port the droptofloor function to QC, removes the final use of a macro to store the...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / world.qh
index e74ab2dc7589733b4ca9e4034ab587c49daa78d1..91ad5438b282b3a96e71feaf1bbe7028a0e25a0f 100644 (file)
@@ -27,6 +27,7 @@ float autocvar_timelimit_max;
 float autocvar_timelimit_overtime;
 int autocvar_timelimit_overtimes;
 float autocvar_timelimit_suddendeath;
+bool autocvar_sv_gameplayfix_droptofloorstartsolid;
 
 float checkrules_equality;
 float checkrules_suddendeathwarning;