diff --git a/main/server.cfg b/main/server.cfg index a637b7f..87123ad 100644 --- a/main/server.cfg +++ b/main/server.cfg @@ -27,7 +27,7 @@ ////////////////////////////////////////////////// -set sv_hostname "^1Bot ^3War^5fare ^2- ^4Players vs bots ^724/7" // Sets the server hostname +set sv_hostname "^1Bot ^3War^5fare ^2- ^4Players vs bots ^724/7 ^910x EXP" // Sets the server hostname set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins diff --git a/userraw/maps/mp/bots/_bot.gsc b/userraw/maps/mp/bots/_bot.gsc index ee46b30..e1722cd 100644 --- a/userraw/maps/mp/bots/_bot.gsc +++ b/userraw/maps/mp/bots/_bot.gsc @@ -144,7 +144,7 @@ init() level thread handleBots(); - level thread doVersionCheck(); + level thread maps\mp\bots\_bot_http::doVersionCheck(); } /*