Skip to content

Commit

Permalink
Update fabric-networking-api-v1/src/main/java/net/fabricmc/fabric/imp…
Browse files Browse the repository at this point in the history
…l/networking/GlobalReceiverRegistry.java

Co-authored-by: apple502j <[email protected]>
  • Loading branch information
deirn and apple502j authored Oct 13, 2023
1 parent b21d87b commit d57fac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void endSession(AbstractNetworkAddon<H> addon) {
*/
private void logTrackedAddonSize() {
if (LOGGER.isDebugEnabled() && this.trackedAddons.size() > 1) {
LOGGER.error("{} receiver registry tracks {} addon instances where it should only tracks one!", state.getId(), trackedAddons.size());
LOGGER.error("{} receiver registry tracks {} addon instances where it should only track one!", state.getId(), trackedAddons.size());
}
}

Expand Down

0 comments on commit d57fac6

Please sign in to comment.