Codechange: formatting

This commit is contained in:
Andy
2014-12-27 21:46:48 +00:00
parent 72f5fd593f
commit 34cebd204c

View File

@@ -15,7 +15,7 @@ function FMainClass::Start()
foreach (industry,_ in prod_inds) {
GSLog.Info("Produces " + label + " @ " + GSIndustry.GetName(industry));
}
foreach (industry,_ in accept_inds) {
foreach (industry,_ in accept_inds) {
GSLog.Info("Accepts " + label + " @ " + GSIndustry.GetName(industry));
}
} else if (GSCargo.GetTownEffect(cid) != GSCargo.TE_NONE) {