mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-22 15:22:11 +01:00
Stop double execution stop
This commit is contained in:
parent
44ee5a2bfe
commit
0cbf22a944
@ -288,10 +288,6 @@ public class CitizensNavigator implements Navigator, Runnable {
|
||||
private void stopNavigating(CancelReason reason) {
|
||||
if (!isNavigating())
|
||||
return;
|
||||
if (executing != null) {
|
||||
executing.stop();
|
||||
}
|
||||
executing = null;
|
||||
Iterator<NavigatorCallback> itr = localParams.callbacks().iterator();
|
||||
while (itr.hasNext()) {
|
||||
itr.next().onCompletion(reason);
|
||||
|
Loading…
Reference in New Issue
Block a user