mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
>=128
This commit is contained in:
parent
95925b64fa
commit
bdc4255747
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ impl NbtCompound {
|
|||
|
||||
#[inline]
|
||||
fn is_worth_sorting(&self) -> bool {
|
||||
self.inner.len() > 128
|
||||
self.inner.len() >= 128
|
||||
}
|
||||
}
|
||||
#[cfg(feature = "serde")]
|
||||
|
|
Loading…
Add table
Reference in a new issue