mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
remove some unwanted code comments
This commit is contained in:
parent
f976302cf0
commit
8372fae6f8
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user