Skip to content

Commit

Permalink
--fixed a segmentation core dump
Browse files Browse the repository at this point in the history
--CHANGELOG
  • Loading branch information
shipyy committed Aug 25, 2022
1 parent 4262371 commit 422e6d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Added Timezone to Timestamps.

### Fixed

- Missing ArrayList Handle Closing.

## [2.4.1]

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions scripting/SurfTimer-discord.sp
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,8 @@ public void mapchallenge_OnChallengeEnd(int client, char szMapName[32], int styl
}
Format(szTop5_finalstring, sizeof szTop5_finalstring, "```fix\n%s\n```", szTop5_finalstring);

delete szChallengeTop5;

field = new EmbedField("TOP 5", szTop5_finalstring, false);
embed.AddField(field);

Expand Down

0 comments on commit 422e6d2

Please sign in to comment.