1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

Re-add slopes from moreblocks mod

This commit is contained in:
Ombridride 2015-06-11 20:32:34 +02:00
parent 96c729fd6d
commit 9b7cb336f7

View File

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