Fix some issues on the list

This commit is contained in:
Spottedleaf
2019-05-05 14:39:51 -07:00
parent d42c203adc
commit e80bd49c80
22 changed files with 71 additions and 74 deletions

View File

@@ -21,7 +21,7 @@ check is essentially the same as this.getHandle() == other.getHandle()
However, replaced it too to make it clearer of intent.
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java
index e0ae72bbc..65621f966 100644
index ac94d05733..0119c96066 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java
@@ -0,0 +0,0 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {