]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/race.qh
Fix kicked player not receiving the kick message (if sent with Send_Notification)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / race.qh
index ab565e4381c1c31259e01ce3496343ae71af96bf..acf35b2b0a89e09ed1a4e4634b85a50de6cb3e46 100644 (file)
@@ -4,9 +4,6 @@ bool autocvar_g_allow_checkpoints;
 
 float race_teams;
 
-// default to RACE_RECORD, can be overwritten by gamemodes
-string record_type = RACE_RECORD;
-
 // scores
 const float ST_RACE_LAPS = 1;