Check if time is supported before setting

This commit is contained in:
Vortrex
2022-07-05 13:03:06 -05:00
parent 17c342be54
commit 340c96eab2

View File

@@ -201,6 +201,10 @@ function updatePings() {
// ===========================================================================
function checkServerGameTime() {
if (isGameFeatureSupported("time")) {
return false;
}
//if(!getServerConfig().useRealTime) {
//if (getServerConfig().minute >= 59) {
// getServerConfig().minute = 0;