Skip to content

Commit

Permalink
Fix isBestReplay being out of order
Browse files Browse the repository at this point in the history
  • Loading branch information
BoomShotKapow authored Dec 16, 2021
1 parent c14b133 commit de1d1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/shavit-replay-recorder.sp
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ void DoReplaySaverCallbacks(int iSteamID, int client, int style, float time, int
Call_PushCell(avgvel);
Call_PushCell(maxvel);
Call_PushCell(timestamp);
Call_PushCell(isTooLong);
Call_PushCell(isBestReplay);
Call_PushCell(isTooLong);
Call_Finish(action);

bool makeCopy = (action != Plugin_Continue);
Expand Down

0 comments on commit de1d1d5

Please sign in to comment.