Fixed falling block disguise not working
This commit is contained in:
		@@ -40,8 +40,6 @@ public class MiscDisguise extends Disguise {
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
        if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
 | 
			
		||||
 | 
			
		||||
        } else if (disguiseType == DisguiseType.FALLING_BLOCK && id != -1) {
 | 
			
		||||
            this.id = id;
 | 
			
		||||
        } else {
 | 
			
		||||
            this.id = disguiseType.getDefaultId();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user