stairsplus: bugfix

fork-master
Yiu Man Ho 2021-05-29 09:27:51 +08:00
parent 548222dc2f
commit 35fad28c56
No known key found for this signature in database
GPG Key ID: 487383E748B09687
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ stairsplus.register_single = function(category, alternate, info, modname, subnam
def.description = desc_base
if category == "slope" then
def.drawtype = "mesh"
def.group.not_blocking_trains = 1
def.groups.not_blocking_trains = 1
elseif category == "stair" and alternate == "" then
def.groups.stair = 1
end