【5点改0点】 首冲计时未改

dev_chengFeng
zhangqiang 2021-01-09 16:44:15 +08:00
parent 90750c9617
commit a1ce0ee92c
1 changed files with 1 additions and 1 deletions

View File

@ -1258,7 +1258,7 @@ function GetTimePass(timeValue)
tab.sec = 0
local tab2 = os.date("*t", timeValue)
tab2.hour = 5
tab2.hour = 0
tab2.min = 0
tab2.sec = 0
local timeStartSum = os.time(tab2)