Fix a default value for disguise name being true, this means falling blocks can now have their name set properly on disguise construct
This commit is contained in:
		| @@ -79,11 +79,11 @@ public abstract class Disguise { | |||||||
|     @Getter |     @Getter | ||||||
|     private String disguiseName; |     private String disguiseName; | ||||||
|     /** |     /** | ||||||
|      * Is the name allowed to be changed by Lib's Disguises if they do some option? |      * Is the name specifically set to something by a third party? | ||||||
|      */ |      */ | ||||||
|     @Getter |     @Getter | ||||||
|     @Setter |     @Setter | ||||||
|     private boolean customDisguiseName = true; |     private boolean customDisguiseName = false; | ||||||
|     @Getter |     @Getter | ||||||
|     @Setter |     @Setter | ||||||
|     private boolean tallDisguisesVisible = DisguiseConfig.isTallSelfDisguises(); |     private boolean tallDisguisesVisible = DisguiseConfig.isTallSelfDisguises(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user