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 {
|
} else {
|
||||||
|
|
||||||
losers.add(player);
|
losers.add(player);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -405,9 +403,7 @@ public class ArenaHandler {
|
|||||||
for (Player player : arena.playersInArena) {
|
for (Player player : arena.playersInArena) {
|
||||||
|
|
||||||
if (arena.seekers.contains(player)) {
|
if (arena.seekers.contains(player)) {
|
||||||
|
|
||||||
losers.add(player);
|
losers.add(player);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
winners.add(player);
|
winners.add(player);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user