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-world | |
| 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-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
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" } |
