Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphonie committed Nov 9, 2023
1 parent b56b26d commit 62af230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/stac/stac_onplayerruncmd.sp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void bhopCheck(int cl)
if (bhopDetects[cl] >= stac_max_bhop_detections.IntValue)
{
static int extraHighGravHops = 3;
// punish on maxBhopDetections + extraHighGravHops for the extra TWO extraHighGravHops perfect bhops at 8x grav with no warning
// punish on maxBhopDetections + extraHighGravHops for the extraHighGravHops perfect bhops at 8x grav with no warning
// no human should ever be able to do this!
if
(
Expand Down

0 comments on commit 62af230

Please sign in to comment.