Remove valid string checks, Terraria seems to check and replace invalid chars by default
This commit is contained in:
parent
27f61645ce
commit
e879135d21
3 changed files with 9 additions and 14 deletions
|
|
@ -680,11 +680,11 @@ namespace TShockAPI
|
|||
return;
|
||||
}
|
||||
|
||||
if (!Utils.ValidString(text))
|
||||
/*if (!Utils.ValidString(text))
|
||||
{
|
||||
e.Handled = true;
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
|
||||
if (text.StartsWith("/"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue