Skip to content

Commit

Permalink
fix logger ambiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic2423 committed Aug 13, 2024
1 parent 66292db commit 6e0d5d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.mojang.authlib.GameProfile;
import com.sonic2423.neoforwarding.Config;
import com.sonic2423.neoforwarding.NeoForwarding;
import com.sonic2423.neoforwarding.PlayerDataForwarding;
import com.sonic2423.neoforwarding.mixin.ISetAddressInConnection;
import net.minecraft.network.Connection;
Expand Down Expand Up @@ -97,7 +98,7 @@ private void onHandleCustomQueryPacket(ServerboundCustomQueryAnswerPacket packet

startClientVerification(PlayerDataForwarding.createProfile(buf));

LOGGER.info("UUID of player {} is {}", this.authenticatedProfile.getName(), this.authenticatedProfile.getId());
NeoForwarding.LOGGER.info("UUID of player {} is {}", this.authenticatedProfile.getName(), this.authenticatedProfile.getId());

ci.cancel();
}
Expand Down

0 comments on commit 6e0d5d1

Please sign in to comment.