From 0252ceecc14f3f64b4edc3182f550d58d1e796c8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 16 Dec 2016 20:44:36 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Cnoon=E2=80=9D=20and=20=E2=80=9Cm?= =?UTF-8?q?idnight=E2=80=9D=20disappearing=20too=20fast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index cd4de66..65e2252 100644 --- a/init.lua +++ b/init.lua @@ -311,6 +311,7 @@ function orienteering.update_hud_displays(player) local totalminutes = time * 1440 local minutes = totalminutes % 60 local hours = math.floor((totalminutes - minutes) / 60) + minutes = math.floor(minutes) local twelve = orienteering.playerhuds[name].twelve if twelve then if hours == 12 and minutes == 0 then