Move SendTileSquare handling for Bouncer into Bouncer
This commit is contained in:
parent
fc233bd3f1
commit
e782a07564
4 changed files with 276 additions and 160 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue