rtv_extended: fix for rtv

reenable rtv after maptime drops to 0 and map gets extended
This commit is contained in:
Dogan 2019-05-20 00:37:10 +02:00
parent 576d196336
commit acb4661a27

View File

@ -129,6 +129,11 @@ public void OnConfigsExecuted()
public void OnMapTimeLeftChanged()
{
SetupTimeOverTimer();
if(!g_RTVAllowed)
{
g_RTVAllowed = true;
}
}
public void OnClientPutInServer(int client)