mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Fixed nonsense with KZ button hooking.
This commit is contained in:
parent
bc87b1ca26
commit
4681e82e90
@ -2591,7 +2591,7 @@ public void UsePost(int entity, int activator, int caller, UseType type, float v
|
||||
Shavit_StartTimer(activator, track);
|
||||
}
|
||||
|
||||
if(zone == Zone_End)
|
||||
if(zone == Zone_End && Shavit_GetTimerStatus(activator) == Timer_Running && Shavit_GetClientTrack(activator) == track)
|
||||
{
|
||||
Shavit_FinishMap(activator, track);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user