chat: Remove redundant initializer

This commit is contained in:
sdburns1998
2019-07-08 17:13:29 +02:00
parent 0ba21e1424
commit 65203897cb

View File

@@ -115,7 +115,7 @@ public class ChatMessageManager
boolean isChatboxTransparent = client.isResized() && client.getVar(Varbits.TRANSPARENT_CHATBOX) == 1;
Color usernameColor = null;
Color senderColor = null;
Color senderColor;
switch (chatMessageType)
{