1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 08:20:32 +02:00

comment the mdoif

This commit is contained in:
Ombridride 2015-06-11 17:10:01 +02:00
parent c38b9b66ac
commit 0121443f89

View File

@ -46,7 +46,7 @@ end
-- dofile(modpath.. "/conversion.lua") -- Not needed as of Q2 2013, uncomment to fix old maps. -- dofile(modpath.. "/conversion.lua") -- Not needed as of Q2 2013, uncomment to fix old maps.
dofile(modpath .. "/stairs.lua") dofile(modpath .. "/stairs.lua")
dofile(modpath .. "/slabs.lua") dofile(modpath .. "/slabs.lua")
-- dofile(modpath .. "/slopes.lua") -- dofile(modpath .. "/slopes.lua") -- Modif MFF
dofile(modpath .. "/panels.lua") dofile(modpath .. "/panels.lua")
dofile(modpath .. "/microblocks.lua") dofile(modpath .. "/microblocks.lua")
dofile(modpath .. "/registrations.lua") dofile(modpath .. "/registrations.lua")