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-world/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'azalea-world') diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 1fcb65f8..b71c1854 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -27,8 +27,5 @@ parking_lot = "^0.12.1" thiserror = "1.0.48" uuid = "1.4.1" -[profile.release] -lto = true - [dev-dependencies] azalea-client = { path = "../azalea-client" } -- cgit v1.2.3