summaryrefslogtreecommitdiff
path: root/src/network/network_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_internal.h')
-rw-r--r--src/network/network_internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index 29d4fafd6..60862dd7f 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -43,10 +43,7 @@
* Used to load the desync debug logs, i.e. for reproducing a desync.
* There's basically no need to ever enable this, unless you really know what
* you are doing, i.e. debugging a desync.
- *
- * NOTE: Define DEBUG_DUMP_COMMANDS in network_func.h or globally, else it does not
- * have enough effects. For example CmdCompanyCtrl needs it to be able
- * to create companies when there are not clients on this server.
+ * See docs/desync.txt for details.
*/
#ifdef DEBUG_DUMP_COMMANDS
extern bool _ddc_fastforward;