Fixed Enter/Exit messages spam introduced in 343a789d95

Fixes #253
This commit is contained in:
Florian CUNY 2018-09-01 14:29:45 +02:00
parent c00f46c73c
commit 678e699f1d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}