🅱️an glowup

This commit is contained in:
2022-02-04 14:13:56 -06:00
parent 140f298018
commit dbf95441dc
6 changed files with 32 additions and 17 deletions

View File

@ -50,7 +50,6 @@ public class RedisConnection extends PlexBase
{
jedis.auth(plugin.config.getString("data.side.password"));
}
PlexLog.log("Connected to Redis!");
return jedis;
}
catch (Exception ex)