Fixed Chests not updating names (SignalStrength)
This commit is contained in:
@@ -32,8 +32,7 @@ import com.redstoner.modules.Module;
|
|||||||
public class SignalStrength implements Module
|
public class SignalStrength implements Module
|
||||||
{
|
{
|
||||||
|
|
||||||
private static final String namePrefix = ChatColor.GREEN.toString() + ChatColor.RESET + ChatColor.DARK_PURPLE
|
private static final String namePrefix = ChatColor.DARK_PURPLE + "Signal Strength: " + ChatColor.RED + ChatColor.BOLD;
|
||||||
+ "Signal Strength: " + ChatColor.RED + ChatColor.BOLD;
|
|
||||||
|
|
||||||
private static String nameForSignalStrength(int strength)
|
private static String nameForSignalStrength(int strength)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user