mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-09 00:20:26 +00:00
oops remove password warn from the username
This commit is contained in:
@@ -70,7 +70,6 @@ public interface ConfigLoader {
|
||||
}
|
||||
if ((redisUsername.isEmpty() || redisUsername.equals("none"))) {
|
||||
redisUsername = null;
|
||||
plugin.logWarn("password is empty");
|
||||
}
|
||||
|
||||
if (useSSL) {
|
||||
|
||||
Reference in New Issue
Block a user