We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e6a49 commit e1edae9Copy full SHA for e1edae9
core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java
@@ -97,7 +97,7 @@ public void run() {
97
"Player {} will be migrated to the v2 database schema as a Floodgate user", username);
98
}
99
} else if (!profile.isFloodgate() && !isLinked) {
100
- core.getPlugin().getLog().warn("Player {} is already stored by FastLogin as a Java Edition player",
+ core.getPlugin().getLog().info("Player {} is already stored by FastLogin as a Java Edition player",
101
username);
102
return;
103
} else if (profile.isFloodgate() && isLinked) {
0 commit comments