mirror of
https://github.com/TeTpaAka/quests.git
synced 2024-12-22 16:50:39 +01:00
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.
This commit is contained in:
parent
020203285c
commit
96d7ba3c3b
2
init.lua
2
init.lua
@ -33,7 +33,7 @@ function quests.show_hud(playername)
|
|||||||
position = {x = hud_config.position.x, y = hud_config.position.y},
|
position = {x = hud_config.position.x, y = hud_config.position.y},
|
||||||
offset = {x = hud_config.offset.x, y = hud_config.offset.y},
|
offset = {x = hud_config.offset.x, y = hud_config.offset.y},
|
||||||
number = hud_config.number,
|
number = hud_config.number,
|
||||||
text = "Open Quests:" }
|
text = "Quests:" }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user