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:
parent
2537da2346
commit
679e2a529d
1 changed files with 0 additions and 5 deletions
|
|
@ -1270,11 +1270,6 @@ namespace TShockAPI
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*if (!TShock.Utils.ValidString(name))
|
|
||||||
{
|
|
||||||
TShock.Utils.ForceKick(args.Player, "Unprintable character in name");
|
|
||||||
return true;
|
|
||||||
}*/
|
|
||||||
if (name.Trim().Length == 0)
|
if (name.Trim().Length == 0)
|
||||||
{
|
{
|
||||||
TShock.Utils.ForceKick(args.Player, "Empty Name.", true);
|
TShock.Utils.ForceKick(args.Player, "Empty Name.", true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue