removed : that wasn't supposed to be there

This commit is contained in:
Bella 2020-04-20 13:42:58 -04:00
parent 1f510a8cea
commit 9620f28e98
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class ChatEncryption extends Module {
break;
}
((SPacketChat) event.getPacket()).chatComponent = new TextComponentString("<" + username + ">: " + KamiMod.colour + "lDECRYPTED" + KamiMod.colour + "r: " + builder.toString());
((SPacketChat) event.getPacket()).chatComponent = new TextComponentString("<" + username + "> " + KamiMod.colour + "lDECRYPTED" + KamiMod.colour + "r: " + builder.toString());
}
});