mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-14 14:35:14 +01:00
Remove unneeded space in the readme, while we're already altering the
readme. Closes #149.
This commit is contained in:
parent
d739d52432
commit
79bb998347
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user