prevent malformed couches from crashing server

This commit is contained in:
unknown 2022-05-01 21:53:28 -04:00
parent 2fb077e795
commit 489998d3e1
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ function lrfurn.sit(pos, node, clicker, itemstack, pointed_thing, seats)
vector.new(0, 0, 1),
vector.new(1, 0, 0),
vector.new(-1, 0, 0),
vector.new(0, 0, 0),
vector.new(0, 0, 0)
}
--generate posible seat positions