Skip to content

Commit

Permalink
Remove unneeded space in the readme, while we're already altering the
Browse files Browse the repository at this point in the history
readme.

Closes MilkBowl#149.
  • Loading branch information
LlmDl committed Dec 11, 2023
1 parent d739d52 commit 79bb998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -93,7 +93,7 @@ public class ExamplePlugin extends JavaPlugin {

@Override
public void onEnable() {
if (!setupEconomy() ) {
if (!setupEconomy()) {
getLogger().severe(String.format("[%s] - Disabled due to no Vault dependency found!", getDescription().getName()));
getServer().getPluginManager().disablePlugin(this);
return;
Expand Down

0 comments on commit 79bb998

Please sign in to comment.