remove useless line

This commit is contained in:
mohammed jasem alaajel 2022-06-15 08:10:22 +04:00
parent eee36923c1
commit 24c9407358
1 changed files with 0 additions and 1 deletions

View File

@ -534,7 +534,6 @@ public class RedisBungeeBungeePlugin extends Plugin implements RedisBungeePlugin
final boolean useSSL = yamlConfiguration.getBoolean("useSSL", false);
String redisPassword = yamlConfiguration.getString("redis-password", "");
String serverId = yamlConfiguration.getString("server-id");
final String randomUUID = UUID.randomUUID().toString();
// check redis password
if (redisPassword != null && (redisPassword.isEmpty() || redisPassword.equals("none"))) {