mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-05 14:05:26 +02:00
remove some unwanted code comments
This commit is contained in:
@@ -33,17 +33,6 @@ public class CommandManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void registerConditions() {
|
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
|
// Method or Class based - Can only be used on methods
|
||||||
bukkitCommandManager.getCommandConditions().addCondition(ADMIN_CONDITION, (context) -> {
|
bukkitCommandManager.getCommandConditions().addCondition(ADMIN_CONDITION, (context) -> {
|
||||||
BukkitCommandIssuer issuer = context.getIssuer();
|
BukkitCommandIssuer issuer = context.getIssuer();
|
||||||
|
Reference in New Issue
Block a user