rtv_extended: fix for rtv
reenable rtv after maptime drops to 0 and map gets extended
This commit is contained in:
parent
02505295e6
commit
9b3b68bbe8
@ -129,6 +129,11 @@ public void OnConfigsExecuted()
|
||||
public void OnMapTimeLeftChanged()
|
||||
{
|
||||
SetupTimeOverTimer();
|
||||
|
||||
if(!g_RTVAllowed)
|
||||
{
|
||||
g_RTVAllowed = true;
|
||||
}
|
||||
}
|
||||
|
||||
public void OnClientPutInServer(int client)
|
||||
|
Loading…
Reference in New Issue
Block a user