UptimeRestarts: mamma mia MARIO

This commit is contained in:
Dogan 2019-11-13 14:44:40 +01:00
parent 5f3d6267c0
commit 3413ab3fb2

View File

@ -124,9 +124,9 @@ stock bool IsItRestartTime()
FormatTime(sTime, sizeof(sTime), "%H", iTime);
iHour = StringToInt(sTime[2]);
iHour = StringToInt(sTime[0]);
if (iHour >= 3 || iHour < 6)
if (iHour >= 3 || iHour < 8)
return true;
return false;