Fixing tab issue because used soft tabs rather than the inferior hard tabs which the rest of the code is using
This commit is contained in:
parent
f578efbd40
commit
6e4da88e34
@ -374,9 +374,7 @@ public class ArenaHandler {
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
losers.add(player);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -405,9 +403,7 @@ public class ArenaHandler {
|
||||
for (Player player : arena.playersInArena) {
|
||||
|
||||
if (arena.seekers.contains(player)) {
|
||||
|
||||
losers.add(player);
|
||||
|
||||
} else {
|
||||
|
||||
winners.add(player);
|
||||
|
Loading…
x
Reference in New Issue
Block a user