aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-09-28 21:57:36 -0500
committermat <git@matdoes.dev>2023-09-28 21:57:36 -0500
commit0bf8291388f740ed1b854c545eee4a6baa107eef (patch)
tree604ddc6da5ca540188231607ebb1094a42c631bb /azalea-nbt
parent5977f79400e46de6a7af413a51bc1afd8e0dc9f6 (diff)
downloadazalea-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.toml8
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"