Skip to content

Commit

Permalink
remove very old deprecated EntityInfected
Browse files Browse the repository at this point in the history
This has been deprecated for years, and was missed from the deprecations list by accident
  • Loading branch information
mcmonkey4eva committed Jan 13, 2021
1 parent 32f7ca3 commit a0fe858
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 116 deletions.
Expand Up @@ -64,7 +64,6 @@ public static void registermainProperties() {
if (NMSHandler.getVersion().isAtLeast(NMSVersion.v1_16)) {
PropertyParser.registerProperty(EntityImmune.class, EntityTag.class);
}
PropertyParser.registerProperty(EntityInfected.class, EntityTag.class);
PropertyParser.registerProperty(EntityInventory.class, EntityTag.class);
PropertyParser.registerProperty(EntityIsShowingBottom.class, EntityTag.class);
PropertyParser.registerProperty(EntityItem.class, EntityTag.class);
Expand Down

This file was deleted.

0 comments on commit a0fe858

Please sign in to comment.