Skip to content

Commit

Permalink
Copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoromisato committed Feb 17, 2018
1 parent 0e38b2b commit 1c01469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TransCore/UsefulItems.xml
Expand Up @@ -1856,14 +1856,14 @@
; succeeds, then we've succeeded.

(not hasTradingComputer)
(objSendMessage gSource Nil "Targeting computer installed")
(objSendMessage gSource Nil "Trading computer installed")

; If we DID have a trading computer before and installation succeeded
; anyway, then it means we have a trading computer on some device
; (e.g., a cargo hold) and now we have a redundant one installed on
; the ship.

(objSendMessage gSource Nil "Redundant targeting computer installed")
(objSendMessage gSource Nil "Redundant trading computer installed")
)

; Identify and remove
Expand Down

0 comments on commit 1c01469

Please sign in to comment.