Begin resolving compile errors
This commit is contained in:
parent
8f15eb0dfc
commit
222d78d401
12 changed files with 38 additions and 29 deletions
|
@ -16,7 +16,7 @@ public class VaultWatcher {
|
|||
@SubscribeEvent
|
||||
public void onClosedContainer(PlayerContainerEvent.Close ev)
|
||||
{
|
||||
if(ev.getEntity().level.isClientSide)return;
|
||||
if(ev.getEntity().level().isClientSide)return;
|
||||
//OTEMod.LOGGER.info("Player closed a container");
|
||||
// Player closed the container
|
||||
// Check if it is a vault Container
|
||||
|
|
Reference in a new issue