Fix: Sharing goals between companies is a bad idea. Closes #7367

This commit is contained in:
Alberth
2014-12-31 12:58:27 +01:00
parent c5c7e3a939
commit 4e661c91ce
2 changed files with 3 additions and 1 deletions

View File

@@ -231,6 +231,7 @@ function BusyBeeClass::Start()
if (this.companies[cid] == null) {
this.companies[cid] = CompanyData(cid);
GSLog.Info("Created company " + cid);
new_goal_timeout = 0; // Force creating of new goals.
}
}
}