From 96d7ba3c3b65d00de113477a0ce0bfb80f2ccbbc Mon Sep 17 00:00:00 2001 From: TeTpaAka Date: Sun, 1 Mar 2015 09:34:48 +0100 Subject: [PATCH] Corrected 'Open Quests:' to 'Quests:' Since the HUD displays for a few seconds a finished quest, it is cleaner to say quests instead of open quests. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b780050..69b2a44 100644 --- a/init.lua +++ b/init.lua @@ -33,7 +33,7 @@ function quests.show_hud(playername) position = {x = hud_config.position.x, y = hud_config.position.y}, offset = {x = hud_config.offset.x, y = hud_config.offset.y}, number = hud_config.number, - text = "Open Quests:" } + text = "Quests:" }