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