Update init.lua

for a same log as recommendation, "[MOD] WorldEdit loaded!"
This commit is contained in:
swaaws 2014-07-16 02:27:20 +02:00
parent 0c62545a3a
commit d6f61aa0d2
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function mesecon:receptor_off(pos, rules)
end
print("[OK] Mesecons")
print("[MOD] Mesecons loaded!")
--The actual wires
dofile(minetest.get_modpath("mesecons").."/wires.lua");