Removed debug code

This commit is contained in:
Lucas Nicodemus 2012-05-30 14:08:13 -06:00
parent 77d7e506e5
commit 0bbc6ab040

View file

@ -351,7 +351,6 @@ namespace TShockAPI
{ {
if (ply.State < 2) if (ply.State < 2)
{ {
Console.WriteLine("A name collision has occurred and a client was kicked with less stateful data.");
Utils.ForceKick(ply, "Name collision and this client has no world data.", true, false); Utils.ForceKick(ply, "Name collision and this client has no world data.", true, false);
e.Handled = true; e.Handled = true;
return; return;