Adds more information regarding why economy could not be enabled
This commit is contained in:
parent
cdae2d8f35
commit
af6a2537b8
@ -120,9 +120,12 @@ public class EconomyHandler {
|
||||
economy = economyProvider.getProvider();
|
||||
EconomyHandler.vault = vault;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
Stargate.log.info(Stargate.getString("prefix") + Stargate.getString("ecoLoadError"));
|
||||
}
|
||||
} else {
|
||||
Stargate.log.info(Stargate.getString("prefix") + Stargate.getString("vaultLoadError"));
|
||||
}
|
||||
economyEnabled = false;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user