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

@ -115,7 +115,7 @@ public class LoreHandlers {
@SubscribeEvent
public void onEntityKilled(LivingDeathEvent ev)
{
if(ev.getEntity().level.isClientSide)return;
if(ev.getEntity().level().isClientSide)return;
// Handle two things