(svn r24986) -Change: Cleanup goals and cargo monitors of companies when they go bankrupt or are taken over.

This commit is contained in:
zuu
2013-02-10 19:49:04 +00:00
parent e27582d104
commit b1016f66ba
6 changed files with 60 additions and 9 deletions

View File

@@ -37,7 +37,8 @@
* The latter get added at the moment the cargo is delivered. This prevents users from getting credit for
* picking up cargo without delivering it.
*
* The active monitors are saved and loaded. You can reset to the empty state with #StopAllMonitoring.
* The active monitors are saved and loaded. Upon bankruptcy or company takeover, the cargo monitors are
* automatically stopped for that company. You can reset to the empty state with #StopAllMonitoring.
*
* @api game
*/