Tim
2015-02-05 41a10a86d5d2257778b2e422b8a560ed8ea2cbba
technic_chests/register.lua
@@ -1,11 +1,4 @@
local S
if rawget(_G, "intllib") then
   S = intllib.Getter()
else
   S = function(s) return s end
end
local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end
local chest_mark_colors = {
   {"black", S("Black")},