Skip to content

Commit

Permalink
Fix clear streak
Browse files Browse the repository at this point in the history
A stupid mistake, when I edited the code I forgot to delete line 88 >.<
  • Loading branch information
LastDemon99 authored Apr 16, 2023
1 parent d2d1840 commit c3792e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GSC/BotClassRestricted/IW5_BotClassRestricted.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ onGiveLoadout()
class = "class" + randomInt(4);
else class = level.defaultRecipes[self.team][randomInt(level.defaultRecipes[self.team].size)];

self maps\mp\bots\_bot_utility::botGiveLoadout(self.team, class, false, true);
self maps\mp\killstreaks\_killstreaks::clearKillstreaks();
self maps\mp\bots\_bot_utility::botGiveLoadout(self.team, class, false, true);

if(self.pers["gamemodeLoadout"]["loadoutJuggernaut"])
{
Expand Down

0 comments on commit c3792e3

Please sign in to comment.