summaryrefslogtreecommitdiff
path: root/src/script/api/script_cargomonitor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_cargomonitor.hpp')
-rw-r--r--src/script/api/script_cargomonitor.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/script/api/script_cargomonitor.hpp b/src/script/api/script_cargomonitor.hpp
index aa06a8f4a..f0fa56be9 100644
--- a/src/script/api/script_cargomonitor.hpp
+++ b/src/script/api/script_cargomonitor.hpp
@@ -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
*/