Added / Cleaned Enable features of Chat Messages

This commit is contained in:
ZizzyDizzyMC 2015-09-03 23:59:15 -04:00
parent b233b60aba
commit 1abb46b8ca
2 changed files with 17 additions and 2 deletions

View file

@ -306,7 +306,8 @@ namespace MinecraftClient
&& text.IndexOf('*') < text.IndexOf('<')
&& text.IndexOf('<') < text.IndexOf('>')
&& text.IndexOf('>') < text.IndexOf(' ')
&& text.IndexOf(' ') < text.IndexOf(':'))
&& text.IndexOf(' ') < text.IndexOf(':')
&& Settings.Unknown_Chat_Plugin_Messages_One_Enabled.Equals(true))
{
string prefix = tmp[0];
string user = tmp[1];