Added player to ignoreList even on unsuccessful teleport
This commit is contained in:
parent
41a15103b3
commit
884184006c
@ -76,6 +76,9 @@ public class OnCustomPlayerMove implements CustomPlayerMoveEventListener {
|
||||
}
|
||||
if(lbtBlockPartner == null){
|
||||
// No other partner
|
||||
|
||||
// Set player as ignored on this LinkedBeaconTeleporter (so he wont trigger the checks again)
|
||||
playerBeaconLocation.put(uuid, lbtBlock);
|
||||
}
|
||||
else{
|
||||
// Set player as ignored on target-LinkedBeaconTeleporter (so he wont trigger the teleport again)
|
||||
|
Loading…
x
Reference in New Issue
Block a user