fixed docunentation comment lol
This commit is contained in:
@@ -84,7 +84,7 @@ local function sca_timer_loop()
|
|||||||
if summerTime != nil then
|
if summerTime != nil then
|
||||||
local time = os.time()
|
local time = os.time()
|
||||||
|
|
||||||
// Germany timezone in summer is UTC+1, in winter is UTC+2
|
// Germany timezone in summer is UTC+2, in winter is UTC+1
|
||||||
if summerTime then
|
if summerTime then
|
||||||
time = time + 7200
|
time = time + 7200
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user