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