From 8372fae6f8fc64d38a4ffe990390d78702d391b8 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Mon, 26 Oct 2020 16:34:31 -0700 Subject: [PATCH] remove some unwanted code comments --- .../com/gmail/nossr50/commands/CommandManager.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main/java/com/gmail/nossr50/commands/CommandManager.java b/src/main/java/com/gmail/nossr50/commands/CommandManager.java index 2b4dbe7f7..6527eddff 100644 --- a/src/main/java/com/gmail/nossr50/commands/CommandManager.java +++ b/src/main/java/com/gmail/nossr50/commands/CommandManager.java @@ -33,17 +33,6 @@ public class CommandManager { } public void registerConditions() { - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - //TODO: Might be making a mistake with this lambda here, double check - // Method or Class based - Can only be used on methods bukkitCommandManager.getCommandConditions().addCondition(ADMIN_CONDITION, (context) -> { BukkitCommandIssuer issuer = context.getIssuer();