clanchat: Shorten message so it fits on the new interface

This commit is contained in:
Max Weber
2019-05-02 04:43:35 -06:00
parent 4783e12737
commit 6493e3a8cd

View File

@@ -87,8 +87,8 @@ import net.runelite.client.util.Text;
public class ClanChatPlugin extends Plugin
{
private static final int MAX_CHATS = 10;
private static final String CLAN_CHAT_TITLE = "Clan Chat";
private static final String RECENT_TITLE = "Recent Clan Chats";
private static final String CLAN_CHAT_TITLE = "CC";
private static final String RECENT_TITLE = "Recent CCs";
private static final int JOIN_LEAVE_DURATION = 20;
private static final int MESSAGE_DELAY = 10;