]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/bot.qh
remove "poor man's autocvars" in sv_main.qc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / bot.qh
index 0550431e968bd8b31b49a7c7546a89faed272bd5..2f56a48015b10221d07357fe516793635d9c2b4c 100644 (file)
@@ -108,7 +108,7 @@ void bot_serverframe();
  * Imports
  */
 
-float sv_maxspeed;
+float autocvar_sv_maxspeed;
 
 void() havocbot_setupbot;