From 5075dd92f1115102d619543422b8173d7f067fee Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:44:23 +0200 Subject: [PATCH] gun_game 1.0.1 --- gamemodes/gun_game.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes/gun_game.gsc b/gamemodes/gun_game.gsc index 84c31ab..e913866 100644 --- a/gamemodes/gun_game.gsc +++ b/gamemodes/gun_game.gsc @@ -12,7 +12,7 @@ #include maps\mp\_utility; #include maps\mp\gametypes\_class; #include maps\mp\gametypes\_hud_util; -//#include maps\mp\bots\_bot_utility; +//#include maps\mp\bots\_bot_utility; // Uncomment if using Bot Warfare /* Entry point */ @@ -565,7 +565,7 @@ ClearPlayerClass() } else { - //self botGiveLoadout(self.team, "gamemode", false, true); + //self botGiveLoadout(self.team, "gamemode", false, true); // Uncomment if using Bot Warfare } maps\mp\killstreaks\_killstreaks::clearKillstreaks();