Begin resolving compile errors

This commit is contained in:
zontreck 2023-11-19 20:33:43 -07:00
parent 8f15eb0dfc
commit 222d78d401
12 changed files with 38 additions and 29 deletions

View file

@ -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