Skip to content

Commit 7ddde72

Browse files
committed
add a little extra info to connection error message to help new users
1 parent 9aba63a commit 7ddde72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/denizenscript/depenizen/bungee/DepenizenBungee.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public void onPlayerHandshake(PlayerHandshakeEvent event) {
247247
}
248248
}
249249
if (!isValid) {
250-
getLogger().warning("INVALID/FAKE Depenizen connection denied from: " + handler.getAddress());
250+
getLogger().warning("INVALID/FAKE Depenizen connection denied from: " + handler.getAddress() + "... if this was meant to be a real connection, make sure the server address in bungee.yml matches the IP shown here.");
251251
return;
252252
}
253253
}

0 commit comments

Comments
 (0)