mirror of
https://github.com/p2r3/bareiron.git
synced 2025-10-01 23:25:09 +02:00
make beef dumps opt-in via config
This commit is contained in:
@@ -89,6 +89,10 @@
|
||||
#define DEV_LOG_LENGTH_DISCREPANCY
|
||||
// If defined, log chunk generation events
|
||||
#define DEV_LOG_CHUNK_GENERATION
|
||||
// If defined, allows dumping world data by sending 0xBEEF (big-endian),
|
||||
// and uploading world data by sending 0xFEED, followed by the data buffer.
|
||||
// Doesn't implement authentication, hence disabled by default.
|
||||
// #define DEV_ENABLE_BEEF_DUMPS
|
||||
|
||||
#define STATE_NONE 0
|
||||
#define STATE_STATUS 1
|
||||
|
Reference in New Issue
Block a user