fixed exception
This commit is contained in:
parent
5c791090fc
commit
ed7eeab1a7
@ -405,7 +405,7 @@ public class ParkourManager extends MiniPlugin
|
||||
if (data.InBoundary(iterator.next().getLocation()))
|
||||
{
|
||||
iterator.remove();
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user