fix script error on basement attachment to scaffold (#1917)

install-platforms
Maikel de Vries 2017-06-03 15:41:03 +02:00
parent 2b88e77254
commit 7b4ba0245b
1 changed files with 3 additions and 2 deletions

View File

@ -235,8 +235,9 @@ local ActMap = {
},
};
func Definition(def) {
public func Definition(proplist def)
{
return _inherited(def, ...);
}
local Name = "$Name$";