diff --git a/README.md b/README.md index c186065..9f08894 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ public class ExamplePlugin extends JavaPlugin { @Override public void onEnable() { - if (!setupEconomy() ) { + if (!setupEconomy()) { log.severe(String.format("[%s] - Disabled due to no Vault dependency found!", getDescription().getName())); getServer().getPluginManager().disablePlugin(this); return;