]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/world.qh
Fix current custom gametype not being kept if gametype vote ends without votes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / world.qh
index 67adb0fab77201a230537eff216c9790175ff656..a5e848d45dbd8d4c951f5ab5ca02e2fed1aa3960 100644 (file)
@@ -48,7 +48,8 @@ float cvar_purechanges_count;
 
 string modname;
 
-string gamemode_name;
+string autocvar__sv_vote_gametype_custom;
+string loaded_gametype_custom_string;
 
 string record_type;