forked from Upstream/CitizensCMD
Added break to switch statements.
This commit is contained in:
parent
b67852f333
commit
76b30b65ec
@ -55,6 +55,7 @@ public class CMDReload extends CommandBase {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
|
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
|
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
|
||||||
@ -85,6 +86,7 @@ public class CMDReload extends CommandBase {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
|
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
|
plugin.setDisplayFormat(DisplayFormat.MEDIUM);
|
||||||
|
Loading…
Reference in New Issue
Block a user