Fixes inconsistencies in coloring of the portal name when drawing signs. The - is now white.
This commit is contained in:
		| @@ -19,7 +19,8 @@ public final class SignHelper { | |||||||
|         for (int index = 0; index <= 3; index++) { |         for (int index = 0; index <= 3; index++) { | ||||||
|             sign.setLine(index, ""); |             sign.setLine(index, ""); | ||||||
|         } |         } | ||||||
|         Stargate.setLine(sign, 0, "-" + portal.getName() + "-"); |         Stargate.setLine(sign, 0, ChatColor.WHITE + "-" + ChatColor.BLACK + portal.getName() + | ||||||
|  |                 ChatColor.WHITE + "-"); | ||||||
|  |  | ||||||
|         if (!portal.isActive()) { |         if (!portal.isActive()) { | ||||||
|             //Default sign text |             //Default sign text | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user