diff --git a/Cargo.toml b/Cargo.toml index 556a555..08185d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlbot_flatbuffers" -version = "0.13.3" +version = "0.14.0" edition = "2024" description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers" repository = "https://github.com/VirxEC/rlbot_flatbuffers_py" diff --git a/flatbuffers-schema b/flatbuffers-schema index 3bd53fe..ac7c8cf 160000 --- a/flatbuffers-schema +++ b/flatbuffers-schema @@ -1 +1 @@ -Subproject commit 3bd53fe506ebed6af544dbd6283916866791c0bb +Subproject commit ac7c8cf38b9d6981d37a5d02afdd44d9ecd43a25 diff --git a/src/lib.rs b/src/lib.rs index 70eddd2..e2ddbb6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -237,7 +237,7 @@ pynamedmodule! { BallTypeMutator, BallWeightMutator, Bool, - BoostMutator, + BoostAmountMutator, BoostPad, BoostPadState, BoostStrengthMutator,