mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
#undef is now required for all file defines (#24091)
* CI * undef * hooooly crap * yeah * false by default * fixes * alright, there we go * oops lmao * lol, lmao even * proper programming * fix * losin my mind * oops * yeah coloring * WE LOVE MULTIPLE DEFINES (ive lost my sanity)
This commit is contained in:
@@ -42,3 +42,8 @@ SUBSYSTEM_DEF(queue)
|
||||
data[QUEUE_DATA_FILE_PERSISTENT_KEY] = persist_queue
|
||||
var/json_data = json_encode(data)
|
||||
text2file(json_data, QUEUE_DATA_FILE)
|
||||
|
||||
#undef QUEUE_DATA_FILE
|
||||
#undef QUEUE_DATA_FILE_THRESHOLD_KEY
|
||||
#undef QUEUE_DATA_FILE_ENABLED_KEY
|
||||
#undef QUEUE_DATA_FILE_PERSISTENT_KEY
|
||||
|
||||
Reference in New Issue
Block a user