Remove valid string checks, Terraria seems to check and replace invalid chars by default

This commit is contained in:
Deathmax 2012-01-18 20:55:30 +08:00
parent 27f61645ce
commit e879135d21
3 changed files with 9 additions and 14 deletions

View file

@ -680,11 +680,11 @@ namespace TShockAPI
return;
}
if (!Utils.ValidString(text))
/*if (!Utils.ValidString(text))
{
e.Handled = true;
return;
}
}*/
if (text.StartsWith("/"))
{