Skip to content

Commit f8def00

Browse files
authored
Merge pull request #7 from NicEastvillage/config_inconsistencies
Rename boost to boost_amount
2 parents a53d147 + 9ce7461 commit f8def00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlbot_flatbuffers"
3-
version = "0.13.3"
3+
version = "0.14.0"
44
edition = "2024"
55
description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
66
repository = "https://github.com/VirxEC/rlbot_flatbuffers_py"

flatbuffers-schema

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pynamedmodule! {
237237
BallTypeMutator,
238238
BallWeightMutator,
239239
Bool,
240-
BoostMutator,
240+
BoostAmountMutator,
241241
BoostPad,
242242
BoostPadState,
243243
BoostStrengthMutator,

0 commit comments

Comments
 (0)