Explorar el Código

removed debug prints

Kajetan Johannes Hammerle hace 3 años
padre
commit
015ff29ed4
Se han modificado 1 ficheros con 0 adiciones y 12 borrados
  1. 0 12
      src/main/java/me/km/entities/EntityHuman.java

+ 0 - 12
src/main/java/me/km/entities/EntityHuman.java

@@ -45,18 +45,6 @@ public class EntityHuman extends CreatureEntity {
         size = ModEntities.HUMAN.getSize();
     }
 
-    @Override
-    public void remove() {
-        super.remove();
-        System.out.println("remove human");
-    }
-
-    @Override
-    public void onDeath(DamageSource cause) {
-        super.onDeath(cause);
-        System.out.println("human death");
-    }
-
     @Override
     protected void registerData() {
         super.registerData();