missing parenthasis will definetly break building
This commit is contained in:
parent
f8eb427aae
commit
299b406436
@ -19,7 +19,7 @@ public class CommandManager {
|
|||||||
public CommandManager() {
|
public CommandManager() {
|
||||||
addCommand(new CoinCmd());
|
addCommand(new CoinCmd());
|
||||||
addCommand(new DiceCmd());
|
addCommand(new DiceCmd());
|
||||||
addCommand(new PingCmd);
|
addCommand(new PingCmd());
|
||||||
addCommand(new InfoCmd());
|
addCommand(new InfoCmd());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user