fixed docunentation comment lol

This commit is contained in:
2024-03-28 18:31:51 +01:00
parent 54e6216cd2
commit 09d279782e

View File

@@ -84,7 +84,7 @@ local function sca_timer_loop()
if summerTime != nil then
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
time = time + 7200
else