Add a "remove from bouncer" todo item

This commit is contained in:
Lucas Nicodemus 2017-12-17 00:44:19 -07:00
parent 3f79a904da
commit 14a6338b73

View file

@ -1224,6 +1224,7 @@ namespace TShockAPI
return; return;
} }
// TODO: Remove from bouncer (does't look like Bouncer code)
if (args.Player.AwaitingName) if (args.Player.AwaitingName)
{ {
bool includeUnprotected = false; bool includeUnprotected = false;