mirror of
https://github.com/norohind/EDMC-FCTracker.git
synced 2025-04-19 14:07:37 +03:00
Don't send same target body and target system, send just target system!
This commit is contained in:
parent
f2d88e04da
commit
99c7a9c4f9
8
load.py
8
load.py
@ -338,6 +338,10 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
|
||||
|
||||
try:
|
||||
destination_body = entry["Body"]
|
||||
|
||||
if destination_system == destination_body:
|
||||
raise KeyError
|
||||
|
||||
message.update_item(
|
||||
item=0,
|
||||
key="description",
|
||||
@ -375,6 +379,10 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
|
||||
|
||||
try:
|
||||
destination_body = entry["Body"]
|
||||
|
||||
if destination_system == destination_body:
|
||||
raise KeyError
|
||||
|
||||
message.update_item(
|
||||
item=0,
|
||||
key="description",
|
||||
|
Loading…
x
Reference in New Issue
Block a user