Skip to content

Commit

Permalink
change replay bot score from 2000 to 1337 (#1059)
Browse files Browse the repository at this point in the history
there is only one and correct number to be used as default
  • Loading branch information
Nairdaa authored Jun 14, 2021
1 parent 178deb5 commit fd0569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/shavit-replay.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ void UpdateBotScoreboard(int client)
sv_duplicate_playernames_ok.IntValue = sv_duplicate_playernames_ok_original;
}

int iScore = (iFrameCount > 0 || client == gI_CentralBot)? 2000:-2000;
int iScore = (iFrameCount > 0 || client == gI_CentralBot)? 1337:-1337;

if(gEV_Type == Engine_CSGO)
{
Expand Down

0 comments on commit fd0569b

Please sign in to comment.