]> 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 a7301dc799b1fa96bc5a3102d95bc71faa3bd167..a5e848d45dbd8d4c951f5ab5ca02e2fed1aa3960 100644 (file)
@@ -49,7 +49,7 @@ float cvar_purechanges_count;
 string modname;
 
 string autocvar__sv_vote_gametype_custom;
-string gametype_custom_string;
+string loaded_gametype_custom_string;
 
 string record_type;