From 14a6338b73152bf58ad3974db70f115982383eee Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 17 Dec 2017 00:44:19 -0700 Subject: [PATCH] Add a "remove from bouncer" todo item --- TShockAPI/Bouncer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 3e460013..4f4e6419 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -1224,6 +1224,7 @@ namespace TShockAPI return; } + // TODO: Remove from bouncer (does't look like Bouncer code) if (args.Player.AwaitingName) { bool includeUnprotected = false;