mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-08 03:40:27 +01:00
Fix broken count
This commit is contained in:
parent
419c1a4a91
commit
e468e027ba
@ -209,7 +209,6 @@ final class PaletteImpl implements Palette, Cloneable {
|
|||||||
count++;
|
count++;
|
||||||
} else {
|
} else {
|
||||||
cache[i] = 0;
|
cache[i] = 0;
|
||||||
count--;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Set values to final array
|
// Set values to final array
|
||||||
|
Loading…
Reference in New Issue
Block a user