mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-23 09:37:35 +01:00
Fix a possible method resolution bug
This commit is contained in:
parent
a6fbb31de6
commit
6bc8692b5f
@ -615,7 +615,7 @@ public class NMSImpl implements NMSBridge {
|
||||
}
|
||||
}
|
||||
}
|
||||
navigation.a(params.speed());
|
||||
navigation.a((double) params.speed());
|
||||
return NMSImpl.isNavigationFinished(navigation);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user