Fix a possible method resolution bug

This commit is contained in:
fullwall 2020-03-16 12:22:48 +08:00
parent a6fbb31de6
commit 6bc8692b5f

View File

@ -615,7 +615,7 @@ public class NMSImpl implements NMSBridge {
}
}
}
navigation.a(params.speed());
navigation.a((double) params.speed());
return NMSImpl.isNavigationFinished(navigation);
}
};