Archived
0

Fixed Chests not updating names (SignalStrength)

This commit is contained in:
Minenash
2018-12-12 21:09:25 -05:00
parent 097b4f8135
commit ee4c8dd48f

View File

@@ -32,8 +32,7 @@ import com.redstoner.modules.Module;
public class SignalStrength implements Module
{
private static final String namePrefix = ChatColor.GREEN.toString() + ChatColor.RESET + ChatColor.DARK_PURPLE
+ "Signal Strength: " + ChatColor.RED + ChatColor.BOLD;
private static final String namePrefix = ChatColor.DARK_PURPLE + "Signal Strength: " + ChatColor.RED + ChatColor.BOLD;
private static String nameForSignalStrength(int strength)
{