Simple Storage Network

Simple Storage Network

57M Downloads

ItemRemote method onItemRightClick always returns EnumActionResult.PASS on clientside

rafradek opened this issue ยท 1 comments

commented

It's a bad behavior, it causes off-hand items to be accidentally activated. If you can't tell if using an item will do something on clientside, use EnumActionResult.SUCCESS instead. See ItemMonsterPlacer for example

commented

Makes sense i will check this out