UptimeRestarts: mamma mia MARIO
This commit is contained in:
parent
5f3d6267c0
commit
3413ab3fb2
@ -124,9 +124,9 @@ stock bool IsItRestartTime()
|
|||||||
|
|
||||||
FormatTime(sTime, sizeof(sTime), "%H", iTime);
|
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 true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user