diff options
Diffstat (limited to 'waypoints.lua')
-rw-r--r-- | waypoints.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/waypoints.lua b/waypoints.lua index aef9a2f..890c3ec 100644 --- a/waypoints.lua +++ b/waypoints.lua @@ -1,9 +1,4 @@ -local S -if rawget(_G, "intllib") then - S = intllib.Getter() -else - S = function(s) return s end -end +local S = unified_inventory.gettext local hud_colors = { {"#FFFFFF", 0xFFFFFF, S("White")}, |