Added break to switch statements.

This commit is contained in:
Mateus 2019-07-07 13:38:09 +01:00
parent b67852f333
commit 76b30b65ec

View File

@ -55,6 +55,7 @@ public class CMDReload extends CommandBase {
break;
default:
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
break;
}
} else
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
@ -85,6 +86,7 @@ public class CMDReload extends CommandBase {
break;
default:
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
break;
}
} else
plugin.setDisplayFormat(DisplayFormat.MEDIUM);