From 949d0e0ffa7452c1ad0dc0cedbdf588a713612a4 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 10 Dec 2017 08:56:17 -0700 Subject: [PATCH] More remove notes --- TShockAPI/Bouncer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index d1810c38..3d5d5ebe 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -232,6 +232,7 @@ namespace TShockAPI return; } + // TODO: REMOVE. This does NOT look like Bouncer code. if (TShock.TileBans.TileIsBanned(type, args.Player)) { args.Player.SendTileSquare(x, y, 1);