Remove unneeded space in the readme, while we're already altering the

readme.

Closes #149.
This commit is contained in:
LlmDl 2023-12-11 10:05:08 -06:00
parent d739d52432
commit 79bb998347
1 changed files with 1 additions and 1 deletions

View File

@ -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;