Fix comment

This commit is contained in:
ShadowNinja 2013-10-30 13:50:24 -04:00
parent 6df3b87290
commit 0a5e521f2d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ local load_start = os.clock()
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