mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2025-01-30 03:31:35 +01:00
fix spacing mistake
This commit is contained in:
parent
d754cb58d5
commit
0099eed037
@ -98,7 +98,7 @@ public class ExamplePlugin extends JavaPlugin {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onEnable() {
|
public void onEnable() {
|
||||||
if (!setupEconomy() ) {
|
if (!setupEconomy()) {
|
||||||
log.severe(String.format("[%s] - Disabled due to no Vault dependency found!", getDescription().getName()));
|
log.severe(String.format("[%s] - Disabled due to no Vault dependency found!", getDescription().getName()));
|
||||||
getServer().getPluginManager().disablePlugin(this);
|
getServer().getPluginManager().disablePlugin(this);
|
||||||
return;
|
return;
|
||||||
@ -174,4 +174,4 @@ public class ExamplePlugin extends JavaPlugin {
|
|||||||
return chat;
|
return chat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user