Apparently mojang uses the entity id -1 in some packets. May as well use -10
This commit is contained in:
		| @@ -291,11 +291,11 @@ public class DisguiseAPI { | |||||||
|      */ |      */ | ||||||
|     @Deprecated |     @Deprecated | ||||||
|     public static int getFakeDisguise(UUID entityId) { |     public static int getFakeDisguise(UUID entityId) { | ||||||
|         return -1; |         return -10; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public static int getSelfDisguiseId() { |     public static int getSelfDisguiseId() { | ||||||
|         return -1; |         return -10; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /** |     /** | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user