Reduce jar size by removing unneeded dependencies

This commit is contained in:
Govindass
2020-10-22 17:28:00 +03:00
parent 4afd5a2dbc
commit 97aa663bfd
2 changed files with 12 additions and 20 deletions

View File

@@ -146,7 +146,7 @@ public class RedisManager extends BinaryJedisPubSub implements Runnable, Command
}
} catch (Exception e) {
e.printStackTrace();
Bukkit.getLogger().warning(ChatColor.translateAlternateColorCodes('&', "&2[&aRedisk&a] &cI got a message that was empty from channel " + channelString + " please check your code that you used to send the message. ^ ignore the error."));
Bukkit.getLogger().warning(ChatColor.translateAlternateColorCodes('&', "&2[&aRediSkript&a] &cI got a message that was empty from channel " + channelString + " please check your code that you used to send the message. ^ ignore the error."));
}
}