Archived
0

Fixed formatting error

This commit is contained in:
Pepich
2018-01-11 16:33:17 +01:00
parent 963c71259b
commit a75d717564

View File

@@ -18,7 +18,7 @@ import com.redstoner.modules.datamanager.DataManager;
import net.nemez.chatapi.click.Message;
@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
{
private HashMap<String, Integer> onConsole;
@@ -106,7 +106,7 @@ public class List implements Module
if (entry.getValue() > 0)
{
sb.append(entry.getKey());
sb.append(", ");
sb.append("&7, ");
}
}
String players = sb.toString().replaceAll(", $", "");