fixed exception

This commit is contained in:
Chiss 2014-09-19 16:13:11 +10:00
parent 5c791090fc
commit ed7eeab1a7

View File

@ -405,7 +405,7 @@ public class ParkourManager extends MiniPlugin
if (data.InBoundary(iterator.next().getLocation()))
{
iterator.remove();
continue;
break;
}
}
}