* Fixed bug with BlockHuntPasses. #11.

This commit is contained in:
Steffion 2013-10-08 17:37:22 +02:00
parent 403b4a2f0c
commit b577259249

View File

@ -389,6 +389,7 @@ public class BlockHunt extends JavaPlugin implements Listener {
if (W.choosenSeeker.get(playerCheck) != null) {
if (W.choosenSeeker.get(playerCheck) == true) {
seeker = playerCheck;
W.choosenSeeker.remove(playerCheck);
} else {
if (seeker.equals(playerCheck)) {
i = i + 1;
@ -396,8 +397,6 @@ public class BlockHunt extends JavaPlugin implements Listener {
}
}
}
W.choosenSeeker.remove(playerCheck);
}
if (loop) {