Skip to content

Commit

Permalink
Remove call to WriteBackup on match end
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdnk committed Aug 8, 2022
1 parent 6899ebc commit d4109ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripting/get5.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1150,9 +1150,6 @@ public Action Event_MatchOver(Event event, const char[] name, bool dontBroadcast
// trigger it either.
Stats_ResetGrenadeContainers();

// Write backup before series score increments
WriteBackup();

// Update series scores
Stats_UpdateMapScore(winningTeam);
AddMapScore();
Expand Down

0 comments on commit d4109ba

Please sign in to comment.