diff options
Diffstat (limited to 'waypoints.lua')
-rw-r--r-- | waypoints.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waypoints.lua b/waypoints.lua index 94f9f11..aef9a2f 100644 --- a/waypoints.lua +++ b/waypoints.lua @@ -1,5 +1,5 @@ local S -if intllib then +if rawget(_G, "intllib") then S = intllib.Getter() else S = function(s) return s end |