From 679e2a529de77d412eb9a6d2427f18c5529af688 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 26 May 2012 03:52:23 -0600 Subject: [PATCH] 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. --- TShockAPI/GetDataHandlers.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 055a8e0e..c696bfcb 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -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);