Skip to content

Commit e1edae9

Browse files
Smart123sgames647
andauthored
Update core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java
Co-authored-by: games647 <games647@users.noreply.github.com>
1 parent 04e6a49 commit e1edae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/github/games647/fastlogin/core/shared/FloodgateManagement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void run() {
9797
"Player {} will be migrated to the v2 database schema as a Floodgate user", username);
9898
}
9999
} else if (!profile.isFloodgate() && !isLinked) {
100-
core.getPlugin().getLog().warn("Player {} is already stored by FastLogin as a Java Edition player",
100+
core.getPlugin().getLog().info("Player {} is already stored by FastLogin as a Java Edition player",
101101
username);
102102
return;
103103
} else if (profile.isFloodgate() && isLinked) {

0 commit comments

Comments
 (0)