mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-28 00:55:29 +01:00
Default verbose to false
This commit is contained in:
parent
c5cddd30d2
commit
658a113cbf
@ -30,7 +30,7 @@ public class CommandVerbose {
|
||||
}
|
||||
|
||||
public void handle(CommandSender sender, CommandType cmd, String verbose) {
|
||||
switch(values.getOrDefault(cmd, VerboseValue.TRUE)) {
|
||||
switch(values.getOrDefault(cmd, VerboseValue.FALSE)) {
|
||||
case FALSE:
|
||||
return;
|
||||
case TRUE:
|
||||
|
Loading…
Reference in New Issue
Block a user