From 0bf8291388f740ed1b854c545eee4a6baa107eef Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 28 Sep 2023 21:57:36 -0500 Subject: 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 --- azalea-nbt/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'azalea-nbt') 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" -- cgit v1.2.3