mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
todo comment next to the OnLeaveZone stuff for AirAccelerate & Custom Speed Limit zones
This commit is contained in:
parent
feeb4ae445
commit
101ab536ab
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user