From 0bbc6ab0403ee9b8d8f96ac014a2b5367a667573 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 30 May 2012 14:08:13 -0600 Subject: [PATCH] Removed debug code --- TShockAPI/TShock.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index ac854852..1ffd72f0 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -351,7 +351,6 @@ namespace TShockAPI { 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); e.Handled = true; return;