Skip to content

Commit

Permalink
todo comment next to the OnLeaveZone stuff for AirAccelerate & Custom…
Browse files Browse the repository at this point in the history
… Speed Limit zones
  • Loading branch information
rtldg committed Jul 29, 2024
1 parent feeb4ae commit 101ab53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/sourcemod/scripting/shavit-core.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2916,6 +2916,8 @@ public void Shavit_OnEnterZone(int client, int type, int track, int id, int enti

public void Shavit_OnLeaveZone(int client, int type, int track, int id, int entity)
{
// TODO: Do we need to do something about clients switching tracks and not having style-related cvars set or anything like that?
// Probably so very niche that it doesn't matter.
if (track != gA_Timers[client].iTimerTrack)
return;
if (type != Zone_Airaccelerate && type != Zone_CustomSpeedLimit)
Expand Down

0 comments on commit 101ab53

Please sign in to comment.