* Fixed bug with BlockHuntPasses. #11.
This commit is contained in:
parent
403b4a2f0c
commit
b577259249
@ -389,6 +389,7 @@ public class BlockHunt extends JavaPlugin implements Listener {
|
|||||||
if (W.choosenSeeker.get(playerCheck) != null) {
|
if (W.choosenSeeker.get(playerCheck) != null) {
|
||||||
if (W.choosenSeeker.get(playerCheck) == true) {
|
if (W.choosenSeeker.get(playerCheck) == true) {
|
||||||
seeker = playerCheck;
|
seeker = playerCheck;
|
||||||
|
W.choosenSeeker.remove(playerCheck);
|
||||||
} else {
|
} else {
|
||||||
if (seeker.equals(playerCheck)) {
|
if (seeker.equals(playerCheck)) {
|
||||||
i = i + 1;
|
i = i + 1;
|
||||||
@ -396,8 +397,6 @@ public class BlockHunt extends JavaPlugin implements Listener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
W.choosenSeeker.remove(playerCheck);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (loop) {
|
if (loop) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user