ShadowNinja
2013-10-30 0a5e521f2dd9319f63ac46a657fd8198141a208f
Fix comment
1 files modified
2 ■■■ changed files
technic/init.lua 2 ●●● patch | view | raw | blame | history
technic/init.lua
@@ -8,7 +8,7 @@
local modpath = minetest.get_modpath("technic")
technic.modpath = modpath
-- Boilerplate to support intllib + S("%s", "foo") syntax
-- Boilerplate to support intllib
if intllib then
    technic.getter = intllib.Getter()
else