mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 08:20:21 +01:00
use first found sitting position
This commit is contained in:
parent
bc9945c2bb
commit
9c2dc5bca3
@ -173,6 +173,7 @@ function lrfurn.sit(pos, node, clicker, itemstack, pointed_thing, seats)
|
|||||||
if not pstatus then
|
if not pstatus then
|
||||||
sit_pos = spos
|
sit_pos = spos
|
||||||
sit_hash = hash
|
sit_hash = hash
|
||||||
|
break;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if not sit_pos then
|
if not sit_pos then
|
||||||
|
Loading…
Reference in New Issue
Block a user