mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-04 17:40:26 +01:00
Forbid moreblocks to register slopes!
- Avoid crash when trying to use commented function 'register_slope' in stairsplus
This commit is contained in:
parent
0121443f89
commit
bc1dd52745
|
@ -25,7 +25,7 @@ function stairsplus:register_all(modname, subname, recipeitem, fields)
|
|||
end
|
||||
self:register_stair(modname, subname, recipeitem, fields)
|
||||
self:register_slab (modname, subname, recipeitem, fields)
|
||||
self:register_slope(modname, subname, recipeitem, fields)
|
||||
-- self:register_slope(modname, subname, recipeitem, fields) //MFF (Mg|11/06/2015)
|
||||
self:register_panel(modname, subname, recipeitem, fields)
|
||||
self:register_micro(modname, subname, recipeitem, fields)
|
||||
-- self:register_6dfacedir_conversion(modname, subname) -- Not needed as of Q3 2013, uncomment to fix old maps.
|
||||
|
|
Loading…
Reference in New Issue
Block a user