]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/bot.qh
Parse one bot weapon priority list as soon as its relative cvar is changed rather...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / bot.qh
index 98b2ae3df78fb4d970ffd60528d65339b834f687..2cc20e0d34d4b7e080fabae33738a7ce3ef3218f 100644 (file)
@@ -75,7 +75,6 @@ entity bot_strategytoken;
 float botframe_spawnedwaypoints;
 float botframe_nextthink;
 float botframe_nextdangertime;
-float bot_cvar_nextthink;
 
 int _content_type;
 #define IN_LAVA(pos) (_content_type = pointcontents(pos), (_content_type == CONTENT_LAVA || _content_type == CONTENT_SLIME))