mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2025-01-30 11:41:22 +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;
|
||||||
|
Loading…
Reference in New Issue
Block a user