UptimeRestarts: another derp
This commit is contained in:
parent
f1f421ae8c
commit
d7cdae1d97
@ -126,7 +126,7 @@ stock bool IsItRestartTime()
|
|||||||
|
|
||||||
iHour = StringToInt(sTime[0]);
|
iHour = StringToInt(sTime[0]);
|
||||||
|
|
||||||
if (iHour >= 3 || iHour < 8)
|
if (iHour >= 3 && iHour < 8)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user