UptimeRestarts: another derp
This commit is contained in:
parent
a981f1281b
commit
82f69dd5a1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user