iso2013/MultiLineAPI

Teleporting between the same world can sometimes break pairings

Closed this issue · 1 comments

This is likely due to the code in WorldChangeEvent which may (?) get fired by Multiverse with teleportations between the same world. Suggested fix: Check that worlds are not the same.

That was not the issue, but I had written == instead of != in the refresh method.