Codechange: formatting
This commit is contained in:
2
main.nut
2
main.nut
@@ -15,7 +15,7 @@ function FMainClass::Start()
|
|||||||
foreach (industry,_ in prod_inds) {
|
foreach (industry,_ in prod_inds) {
|
||||||
GSLog.Info("Produces " + label + " @ " + GSIndustry.GetName(industry));
|
GSLog.Info("Produces " + label + " @ " + GSIndustry.GetName(industry));
|
||||||
}
|
}
|
||||||
foreach (industry,_ in accept_inds) {
|
foreach (industry,_ in accept_inds) {
|
||||||
GSLog.Info("Accepts " + label + " @ " + GSIndustry.GetName(industry));
|
GSLog.Info("Accepts " + label + " @ " + GSIndustry.GetName(industry));
|
||||||
}
|
}
|
||||||
} else if (GSCargo.GetTownEffect(cid) != GSCargo.TE_NONE) {
|
} else if (GSCargo.GetTownEffect(cid) != GSCargo.TE_NONE) {
|
||||||
|
|||||||
Reference in New Issue
Block a user