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