Add RequestTileEntityInteractionHandler. Check Mannequin modif perms.

Users can no longer open a Mannequin if they do not have building permissions at the position of the Mannequin.
(Mannequins work as a chest since 1.4)
This commit is contained in:
Patrikkk 2020-06-18 17:08:14 +02:00
parent 3012c92370
commit c418dda42c
3 changed files with 43 additions and 1 deletions

View file

@ -99,6 +99,7 @@
<Compile Include="Handlers\NetModules\PylonHandler.cs" />
<Compile Include="Handlers\EmojiHandler.cs" />
<Compile Include="Handlers\LandGolfBallInCupHandler.cs" />
<Compile Include="Handlers\RequestTileEntityInteractionHandler.cs" />
<Compile Include="Handlers\SendTileSquareHandler.cs" />
<Compile Include="Handlers\SyncTilePickingHandler.cs" />
<Compile Include="Hooks\AccountHooks.cs" />