UptimeRestarts: another derp

This commit is contained in:
Dogan 2019-11-17 13:17:01 +01:00
parent f1f421ae8c
commit d7cdae1d97

View File

@ -126,7 +126,7 @@ stock bool IsItRestartTime()
iHour = StringToInt(sTime[0]);
if (iHour >= 3 || iHour < 8)
if (iHour >= 3 && iHour < 8)
return true;
return false;