diff options
Diffstat (limited to 'src/config/core.h')
-rw-r--r-- | src/config/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/core.h b/src/config/core.h index daadc6455..edd5c2b2a 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -67,6 +67,10 @@ /// Uncomment to enable real-time server stats (in and out data and ram usage). [Ai4rei] //#define SHOW_SERVER_STATS + +/// Comment to disable autotrade persistency (where autotrading merchants survive server restarts) +#define AUTOTRADE_PERSISTENCY + /** * No settings past this point **/ |