Remove Console debug output.
This commit is contained in:
parent
96c7453b33
commit
c999b4305c
1 changed files with 0 additions and 1 deletions
|
|
@ -304,7 +304,6 @@ namespace TShockAPI
|
||||||
GetDataHandlers.projectileCreatesTile[Main.projectile[p.Index].type] == editData))
|
GetDataHandlers.projectileCreatesTile[Main.projectile[p.Index].type] == editData))
|
||||||
{
|
{
|
||||||
TShock.Log.ConsoleDebug("Bouncer / OnTileEdit rejected from (inconceivable rope coil) {0} {1} {2}", args.Player.Name, action, editData);
|
TShock.Log.ConsoleDebug("Bouncer / OnTileEdit rejected from (inconceivable rope coil) {0} {1} {2}", args.Player.Name, action, editData);
|
||||||
Console.WriteLine("Bouncer / OnTileEdit rejected from (inconceivable rope coil) {0} {1} {2}", args.Player.Name, action, editData);
|
|
||||||
args.Player.SendTileSquare(tileX, tileY, 1);
|
args.Player.SendTileSquare(tileX, tileY, 1);
|
||||||
args.Handled = true;
|
args.Handled = true;
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue