oops remove password warn from the username

This commit is contained in:
mohammed jasem alaajel 2023-04-13 03:06:16 +04:00
parent 73879640e5
commit 26b58252eb
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ public interface ConfigLoader {
}
if ((redisUsername.isEmpty() || redisUsername.equals("none"))) {
redisUsername = null;
plugin.logWarn("password is empty");
}
if (useSSL) {