UptimeRestarts: another derp

This commit is contained in:
Dogan 2019-11-17 13:17:01 +01:00
parent a981f1281b
commit 82f69dd5a1

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;