Fixed misplaced FIXME comment

master
Ruakij 4 years ago
parent 3d602c526d
commit 63bab8ae2e

@ -30,6 +30,7 @@ public class OnCustomPlayerMove implements CustomPlayerMoveEventListener {
UUID uuid = p.getUniqueId();
// If player found in ignoreList, remove
// FIXME: Will remove player from list, even though he should be ignored :/
if(playerBeaconLocation.containsKey(uuid))
playerBeaconLocation.remove(uuid);
@ -53,7 +54,6 @@ public class OnCustomPlayerMove implements CustomPlayerMoveEventListener {
if(lbtBlock == null) return;
// Check if player should be ignored on this LinkedBeaconTeleporter
// FIXME: Will remove player from list, even though he should be ignored :/
if(playerBeaconLocation.get(uuid) != null && playerBeaconLocation.get(uuid) == lbtBlock) return;
// Get first partner thats not our current-block

Loading…
Cancel
Save