Begin resolving compile errors
This commit is contained in:
parent
8f15eb0dfc
commit
222d78d401
12 changed files with 38 additions and 29 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue