Move SendTileSquare handling for Bouncer into Bouncer

This commit is contained in:
Lucas Nicodemus 2017-12-05 02:32:33 -07:00
parent fc233bd3f1
commit e782a07564
4 changed files with 276 additions and 160 deletions

View file

@ -378,6 +378,8 @@ namespace TShockAPI
Log.ConsoleInfo("Welcome to TShock for Terraria!");
Log.ConsoleInfo("TShock comes with no warranty & is free software.");
Log.ConsoleInfo("You can modify & distribute it under the terms of the GNU GPLv3.");
Bouncer b = new Bouncer(this);
}
catch (Exception ex)
{