mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-31 12:46:39 +00:00
Fix custom item register message being printed twice
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user