Removed debug code
This commit is contained in:
parent
77d7e506e5
commit
0bbc6ab040
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue