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 {