Fix arrows being pointable

This commit is contained in:
Code-Sploit 2021-03-14 06:24:34 +00:00
parent dd7facfc03
commit 08f522ffff
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ S("Arrows might get stuck on solid blocks and can be retrieved again. They are a
local ARROW_ENTITY={
physical = true,
pointable = false,
visual = "mesh",
mesh = "mcl_bows_arrow.obj",
visual_size = {x=-1, y=1},