Try fix a weird issue where setting color on dead entities becomes really weird
This commit is contained in:
		| @@ -734,7 +734,7 @@ public class FlagWatcher { | |||||||
|  |  | ||||||
|         this.glowColor = glowColor; |         this.glowColor = glowColor; | ||||||
|  |  | ||||||
|         if (!getDisguise().isDisguiseInUse() || getDisguise().getEntity() == null) { |         if (!getDisguise().isDisguiseInUse() || getDisguise().getEntity() == null || !getDisguise().getEntity().isValid()) { | ||||||
|             return; |             return; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user