summaryrefslogtreecommitdiff
path: root/bags.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bags.lua')
-rw-r--r--bags.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/bags.lua b/bags.lua
index 10196f5..b2ef757 100644
--- a/bags.lua
+++ b/bags.lua
@@ -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