Skip to content

Commit

Permalink
checkentities
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Dec 7, 2016
1 parent a3a12c1 commit 938d648
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 553 deletions.
2 changes: 0 additions & 2 deletions src/org/vivecraft/VSE.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ public void CheckAllEntities(){
List<World> wrl = this.getServer().getWorlds();
for(World world: wrl){
for(Entity e: world.getLivingEntities()){
if(e.getType() == EntityType.CREEPER){
EditEntity(e);
}
}
}
}
Expand Down
Loading

0 comments on commit 938d648

Please sign in to comment.