Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Antariano committed Jul 29, 2012
1 parent a8be73c commit 5f82fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/me/neatmonster/spacebukkit/actions/PlayerActions.java
Expand Up @@ -174,6 +174,7 @@ public List<String> getBanned() {
public List<String> getBannedIps() {
final List<String> iplist = new ArrayList<String>();
for (final String ip : Bukkit.getIPBans())
System.out.println(ip); //debug
iplist.add(ip);
return iplist;
}
Expand Down

0 comments on commit 5f82fa6

Please sign in to comment.