mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28: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)
|
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)
|
if (track != gA_Timers[client].iTimerTrack)
|
||||||
return;
|
return;
|
||||||
if (type != Zone_Airaccelerate && type != Zone_CustomSpeedLimit)
|
if (type != Zone_Airaccelerate && type != Zone_CustomSpeedLimit)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user