mining tax observers

This commit is contained in:
2021-02-16 18:46:55 +09:00
parent 5bbfaf1515
commit a4b665f525

View File

@@ -62,7 +62,7 @@ class MiningTaxesObservers extends Command
$esiHelper = new Esi; $esiHelper = new Esi;
//Check for the esi scope //Check for the esi scope
if(!$esiHelper->HaveEsiScope($config['primary'], 'esi-industry.read_corporation_mining.v1') || !$esiHelper->HaveEsiScope($config['corporation'], 'esi-universe.read_structures.v1')) { if(!$esiHelper->HaveEsiScope($config['primary'], 'esi-industry.read_corporation_mining.v1')) {
Log::critical('Esi scopes were not found for FetchMiningTaxesObserversJob.'); Log::critical('Esi scopes were not found for FetchMiningTaxesObserversJob.');
print("Esi scopes not found."); print("Esi scopes not found.");
return; return;