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