mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2025-01-28 18:51:24 +01:00
fix spacing mistake
This commit is contained in:
parent
d754cb58d5
commit
0099eed037
@ -98,7 +98,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;
|
||||
@ -174,4 +174,4 @@ public class ExamplePlugin extends JavaPlugin {
|
||||
return chat;
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user