mapchooser_extended: time cooldown - current map played, update secrets

This commit is contained in:
BotoX
2019-09-23 17:33:21 +02:00
parent 348d8b4c4d
commit c6818aabfd
2 changed files with 2 additions and 2 deletions
@@ -541,7 +541,7 @@ public void OnMapEnd()
Cooldown = InternalGetMapCooldown(map); Cooldown = InternalGetMapCooldown(map);
g_OldMapList.SetValue(map, Cooldown, true); g_OldMapList.SetValue(map, Cooldown, true);
Cooldown = GetTime() + InternalGetMapCooldownTime(map); Cooldown = GetTime() + InternalGetMapCooldownTime(map) - RoundToFloor(GetGameTime());
g_TimeMapList.SetValue(map, Cooldown, true); g_TimeMapList.SetValue(map, Cooldown, true);
} }
+1 -1
Submodule secrets updated: 9652845af9...e0dfc41273