diff options
Diffstat (limited to 'bags.lua')
-rw-r--r-- | bags.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ -- License: GPLv3 local S -if intllib then +if rawget(_G, "intllib") then S = intllib.Getter() else S = function(s) return s end |