mirror of
https://github.com/MilkBowl/VaultAPI.git
synced 2024-11-29 13:55:18 +01:00
Removed not needed space
This commit is contained in:
parent
9520d8847e
commit
b1315fd4c5
@ -94,7 +94,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