Day/night cycle for Mafia

This commit is contained in:
Vortrex
2022-09-09 04:42:45 -05:00
parent 614e291886
commit 51749606ec
5 changed files with 116 additions and 24 deletions

View File

@@ -52,9 +52,13 @@ function initServerScripts() {
addAllNetworkEventHandlers();
checkServerGameTime();
initAllClients();
initTimers();
serverStartTime = getCurrentUnixTimestamp();
}