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