Skip to content

Commit

Permalink
Add missing ), oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
Szwagi committed Apr 13, 2022
1 parent ef1f15c commit 8b13c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/gokz-replays/playback.sp
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ static bool LoadFormatVersion2Replay(File file, int client, int bot)
// Setup playback tick data array list
if (playbackTickData[bot] == null)
{
playbackTickData[bot] = new ArrayList(IntMax(RP_V1_TICK_DATA_BLOCKSIZE, sizeof(ReplayTickData));
playbackTickData[bot] = new ArrayList(IntMax(RP_V1_TICK_DATA_BLOCKSIZE, sizeof(ReplayTickData)));
}
else
{
Expand Down

0 comments on commit 8b13c7b

Please sign in to comment.