This is VCS, we can just add that back later

Subnote: We should probably see why this was disabled in the first place
and see if we can replace this functionality in some better way.
This commit is contained in:
Lucas Nicodemus 2012-05-26 03:52:23 -06:00
parent 2537da2346
commit 679e2a529d

View file

@ -1270,11 +1270,6 @@ namespace TShockAPI
return true;
}
/*if (!TShock.Utils.ValidString(name))
{
TShock.Utils.ForceKick(args.Player, "Unprintable character in name");
return true;
}*/
if (name.Trim().Length == 0)
{
TShock.Utils.ForceKick(args.Player, "Empty Name.", true);