From cfc523f1e49606c16f7b575fc441dcf4967dd31a Mon Sep 17 00:00:00 2001 From: AnotherCommander Date: Thu, 20 Oct 2016 09:40:35 +0200 Subject: [PATCH] Attempted fix for issue #210. --- src/Core/Entities/PlayerEntity.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Entities/PlayerEntity.m b/src/Core/Entities/PlayerEntity.m index d86afd07..c6eca352 100644 --- a/src/Core/Entities/PlayerEntity.m +++ b/src/Core/Entities/PlayerEntity.m @@ -10575,7 +10575,7 @@ static NSString *last_outfitting_key=nil; else { NSString *station = [dockedStation displayName]; - return OOExpandKey(@"station-commodity-market", system, station); + return OOExpandKey(@"station-commodity-market", station); } }