mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-21 11:13:00 +01:00
Update code style
This commit is contained in:
@@ -14,7 +14,8 @@ public final class Motd {
|
||||
public static final String PERK_PREFIX = LocaleLoader.getString("MOTD.PerksPrefix") + " ";
|
||||
private static final PluginDescriptionFile pluginDescription = mcMMO.p.getDescription();
|
||||
|
||||
private Motd() {}
|
||||
private Motd() {
|
||||
}
|
||||
|
||||
public static void displayAll(Player player) {
|
||||
displayVersion(player, pluginDescription.getVersion());
|
||||
|
||||
Reference in New Issue
Block a user