mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix custom item register message being printed twice
This commit is contained in:
parent
4b847350b6
commit
ebcb82c7e7
1 changed files with 0 additions and 5 deletions
|
@ -104,11 +104,6 @@ public class ItemRegistryPopulator {
|
|||
CustomItemRegistryPopulator.populate(items, customItems, nonVanillaCustomItems);
|
||||
}
|
||||
|
||||
int customItemCount = customItems.size() + nonVanillaCustomItems.size();
|
||||
if (customItemCount > 0) {
|
||||
GeyserImpl.getInstance().getLogger().info("Registered " + customItemCount + " custom items");
|
||||
}
|
||||
|
||||
// We can reduce some operations as Java information is the same across all palette versions
|
||||
boolean firstMappingsPass = true;
|
||||
Int2IntMap dyeColors = new FixedInt2IntMap();
|
||||
|
|
Loading…
Reference in a new issue