Skip to content

Commit 04e6a49

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

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/JoinManagement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void onLogin(String username, S source) {
7272
core.getPlugin().getLog().info(
7373
"Player {} will be migrated to the v2 database schema as a JAVA user", username);
7474
} else if (profile.isFloodgate()) {
75-
core.getPlugin().getLog().warn("Player {} is already stored by FastLogin as a Bedrock Edition player",
75+
core.getPlugin().getLog().info("Player {} is already stored by FastLogin as a Bedrock Edition player",
7676
username);
7777
return;
7878
}

0 commit comments

Comments
 (0)