Just an increase in the spacing.
This commit is contained in:
parent
b3ccf5e82a
commit
68cd8bc56a
@ -24,7 +24,7 @@ public class JailListCommand implements Command {
|
||||
|
||||
if(!jm.getJails().isEmpty()) {
|
||||
for(Jail j : jm.getJails()) {
|
||||
sender.sendMessage(ChatColor.BLUE + " " + j.getName() + " (" + j.getAllPrisoners().size() + ")");
|
||||
sender.sendMessage(ChatColor.BLUE + " " + j.getName() + " (" + j.getAllPrisoners().size() + ")");
|
||||
}
|
||||
}else {
|
||||
sender.sendMessage(ChatColor.RED + " There are no jails.");
|
||||
|
Loading…
Reference in New Issue
Block a user