Skip to content

Commit cebc530

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 e1edae9 commit cebc530

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
@@ -102,7 +102,7 @@ public void run() {
102102
return;
103103
} else if (profile.isFloodgate() && isLinked) {
104104
core.getPlugin().getLog()
105-
.warn("Player {} is already stored by FastLogin as a non-linked Bedrock Edition player",
105+
.info("Player {} is already stored by FastLogin as a non-linked Bedrock Edition player",
106106
username);
107107
return;
108108
}

0 commit comments

Comments
 (0)