Files
VOREStation/code/_compile_options.dm
Selis f725d4671a Implements Autowiki (#18480)
* Implements Autowiki

* Disable autowiki for vending machines for now
2025-09-17 21:45:34 +02:00

12 lines
382 B
Plaintext

// Comment this out if you are debugging problems that might be obscured by custom error handling in world/Error
#ifdef DEBUG
#define USE_CUSTOM_ERROR_HANDLER
#endif
/// If this is uncommented, Autowiki will generate edits and shut down the server.
/// Prefer the autowiki build target instead.
// #define AUTOWIKI
// We do not have dreamlua implemented
#define DISABLE_DREAMLUAU