Fix comment

This commit is contained in:
ShadowNinja 2013-10-30 13:50:24 -04:00
parent 6df3b87290
commit 0a5e521f2d

View File

@ -8,7 +8,7 @@ local load_start = os.clock()
local modpath = minetest.get_modpath("technic") local modpath = minetest.get_modpath("technic")
technic.modpath = modpath technic.modpath = modpath
-- Boilerplate to support intllib + S("%s", "foo") syntax -- Boilerplate to support intllib
if intllib then if intllib then
technic.getter = intllib.Getter() technic.getter = intllib.Getter()
else else