From 95ae01a19b375f12842d89e2997121181ed33afc Mon Sep 17 00:00:00 2001 From: INeedBots Date: Sat, 19 Sep 2020 20:44:04 -0600 Subject: [PATCH] oops --- main/server.cfg | 2 +- userraw/maps/mp/bots/_bot.gsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); } /*