Fixed formatting error
This commit is contained in:
@@ -18,7 +18,7 @@ import com.redstoner.modules.datamanager.DataManager;
|
|||||||
import net.nemez.chatapi.click.Message;
|
import net.nemez.chatapi.click.Message;
|
||||||
|
|
||||||
@Commands(CommandHolderType.File)
|
@Commands(CommandHolderType.File)
|
||||||
@Version(major = 4, minor = 0, revision = 4, compatible = 4)
|
@Version(major = 4, minor = 0, revision = 5, compatible = 4)
|
||||||
public class List implements Module
|
public class List implements Module
|
||||||
{
|
{
|
||||||
private HashMap<String, Integer> onConsole;
|
private HashMap<String, Integer> onConsole;
|
||||||
@@ -106,7 +106,7 @@ public class List implements Module
|
|||||||
if (entry.getValue() > 0)
|
if (entry.getValue() > 0)
|
||||||
{
|
{
|
||||||
sb.append(entry.getKey());
|
sb.append(entry.getKey());
|
||||||
sb.append(", ");
|
sb.append("&7, ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
String players = sb.toString().replaceAll(", $", "");
|
String players = sb.toString().replaceAll(", $", "");
|
||||||
|
|||||||
Reference in New Issue
Block a user