mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-08 08:31:44 +01:00
Let's leave out the printlns...
This commit is contained in:
parent
03c0ecc651
commit
d92e3e8925
@ -85,7 +85,6 @@ public class ArenaMasterImpl implements ArenaMaster
|
||||
|
||||
public Arena getSelectedArena() {
|
||||
if (selectedArena == null && !arenas.isEmpty()) {
|
||||
System.out.println("SELECTED ARENA IS NULL! ARENAS: " + arenas.size());
|
||||
selectedArena = arenas.get(0);
|
||||
}
|
||||
return selectedArena;
|
||||
|
Loading…
Reference in New Issue
Block a user