Fixes full cargo logs. (#40646)

* Fixes full cargo logs.

* bluh
This commit is contained in:
AnturK
2018-10-03 13:15:36 +03:00
committed by vuonojenmustaturska
parent d41296f79b
commit f925d30e73
+1 -1
View File
@@ -147,4 +147,4 @@ GLOBAL_LIST_INIT(blacklisted_cargo_types, typecacheof(list(
D.adjust_money(ex.total_value[E])
SSshuttle.centcom_message = msg
investigate_log("Shuttle contents sold for [D.account_balance - presale_points] credits. Contents: [ex.exported_atoms || "none."] Message: [SSshuttle.centcom_message || "none."]", INVESTIGATE_CARGO)
investigate_log("Shuttle contents sold for [D.account_balance - presale_points] credits. Contents: [ex.exported_atoms ? ex.exported_atoms.Join(",") + "." : "none."] Message: [SSshuttle.centcom_message || "none."]", INVESTIGATE_CARGO)