mapchooser_extended: time cooldown - current map played, update secrets
This commit is contained in:
parent
348d8b4c4d
commit
c6818aabfd
@ -541,7 +541,7 @@ public void OnMapEnd()
|
||||
Cooldown = InternalGetMapCooldown(map);
|
||||
g_OldMapList.SetValue(map, Cooldown, true);
|
||||
|
||||
Cooldown = GetTime() + InternalGetMapCooldownTime(map);
|
||||
Cooldown = GetTime() + InternalGetMapCooldownTime(map) - RoundToFloor(GetGameTime());
|
||||
g_TimeMapList.SetValue(map, Cooldown, true);
|
||||
}
|
||||
|
||||
|
2
secrets
2
secrets
@ -1 +1 @@
|
||||
Subproject commit 9652845af9651ea14931b71bf6bc74875a210c5b
|
||||
Subproject commit e0dfc41273433d455c61411d3c2761f317b72244
|
Loading…
Reference in New Issue
Block a user