Fixed EnderCrystal
This commit is contained in:
parent
2b628f4016
commit
8690cd6604
@ -9,7 +9,7 @@ println 'Compiling LibsDisguises via Gradle ver. ' + gradle.gradleVersion
|
||||
sourceCompatibility = '1.7'
|
||||
ext.spigotVersion = '1.9-R0.1-SNAPSHOT'
|
||||
|
||||
ext.disguisesVersion = '9.0.2'
|
||||
ext.disguisesVersion = '9.0.3'
|
||||
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
|
@ -1505,6 +1505,8 @@ public class PacketsManager {
|
||||
disguise.getType() == DisguiseType.SHULKER ||
|
||||
disguise.getType() == DisguiseType.SPLASH_POTION ||
|
||||
disguise.getType() == DisguiseType.FIREWORK ||
|
||||
disguise.getType() == DisguiseType.DROPPED_ITEM);
|
||||
disguise.getType() == DisguiseType.DROPPED_ITEM ||
|
||||
disguise.getType() == DisguiseType.ENDER_CRYSTAL
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user