File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Plugin/src/main/java/net/blitzcube/peapi/packet Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,6 @@ public class EntitySpawnPacket extends EntityPacket implements IEntitySpawnPacke
80
80
ENTITY_TYPE_IDS .put (EntityType .ZOMBIE_HORSE , 88 );
81
81
ENTITY_TYPE_IDS .put (EntityType .ZOMBIE_VILLAGER , 89 );
82
82
ENTITY_TYPE_IDS .put (EntityType .PHANTOM , 90 );
83
-
84
- boolean allMatch = true ;
85
- for (Map .Entry <EntityType , Integer > e : ENTITY_TYPE_IDS .entrySet ()){
86
- System .out .println (e .getKey ().name () + " - Mapped value was " + e .getValue () + ". Ordinal is " + e .getKey ().ordinal ());
87
- if (e .getKey ().ordinal () != e .getValue ()) allMatch = false ;
88
- }
89
- System .out .println (allMatch ? "They all matched" : "Something didn't match." );
90
83
}
91
84
92
85
private EntityType type ;
You can’t perform that action at this time.
0 commit comments