mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 00:30:33 +03:00
Fixing reputation values error
"Inara setCommanderReputationMinorFaction, The reputation value exceeds the valid range"
This commit is contained in:
parent
f514ed7a64
commit
1984e25e50
@ -374,7 +374,7 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
|
||||
[
|
||||
OrderedDict([
|
||||
('minorfactionName', f['Name']),
|
||||
('minorfactionReputation', f['MyReputation']),
|
||||
('minorfactionReputation', f['MyReputation']/100),
|
||||
]) for f in entry['Factions']
|
||||
])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user