From ef3af72313afe0ff94fafddf9d04ba495d7a09b9 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Tue, 3 Aug 2021 18:45:14 +0200 Subject: [PATCH] fix a minor bug in the micro resources class --- BGS/SellMicroResources.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGS/SellMicroResources.cs b/BGS/SellMicroResources.cs index 68150f0..ebb3277 100644 --- a/BGS/SellMicroResources.cs +++ b/BGS/SellMicroResources.cs @@ -5,7 +5,7 @@ namespace NonaBGS.BGS { public class SellMicroResources : LogEntry { public SellMicroResources(string system, string station) { System = system; - Station = Station; + Station = station; } public int TotalSum {