mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
parent
c00f46c73c
commit
678e699f1d
@ -58,7 +58,7 @@ public class EnterExitListener extends AbstractFlagListener {
|
||||
* from = empty, to = empty
|
||||
* from = island, to = island
|
||||
*/
|
||||
if (from.equals(to)) {
|
||||
if (islandFrom.equals(islandTo)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user