diff options
| author | mat <git@matdoes.dev> | 2023-09-28 21:57:36 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-28 21:57:36 -0500 |
| commit | 0bf8291388f740ed1b854c545eee4a6baa107eef (patch) | |
| tree | 604ddc6da5ca540188231607ebb1094a42c631bb /azalea-nbt | |
| parent | 5977f79400e46de6a7af413a51bc1afd8e0dc9f6 (diff) | |
| download | azalea-drasl-0bf8291388f740ed1b854c545eee4a6baa107eef.tar.xz | |
check for entity duplication before spawning
this fixes behavior where in swarms entities in the world might sometimes have a duplicate that gets spawned and despawned immediately
Diffstat (limited to 'azalea-nbt')
| -rw-r--r-- | azalea-nbt/Cargo.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml index f10cc6e1..993a1f4f 100644 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -28,14 +28,6 @@ fastnbt = "2.4.4" default = [] serde = ["dep:serde"] -[profile.release] -lto = true -debug = true - -[profile.bench] -lto = true -debug = true - [[bench]] harness = false name = "nbt" |
