1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-12-26 02:30:20 +01:00

code tidy

This commit is contained in:
TenPlus1 2019-10-21 11:24:20 +01:00
parent d780097a48
commit df1cee3b6e

View File

@ -308,7 +308,6 @@ local function throw_potion(itemstack, player)
z = dir.z * -3 z = dir.z * -3
}) })
obj:setyaw(player:get_look_yaw() + math.pi)
obj:get_luaentity().player = player obj:get_luaentity().player = player
end end