mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-23 21:17:20 +01:00
* Fix crew manifest (#16502) * ability master bandaid (#16505) * Ports over configuration controller (#16484) * Ports over configuration controller * Fixes * Manual path fix * patch (#16490) * patch * . * SQL Fix * Post-rebase fix * Added missing examples --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --------- Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
/// Logging for config errors
|
|
/// Rarely gets called; just here in case the config breaks.
|
|
/proc/log_config(text, list/data)
|
|
var/entry = "CONFIG: "
|
|
|
|
entry += text
|
|
entry += " | DATA: "
|
|
entry += data
|
|
|
|
WRITE_LOG(diary, entry)
|
|
SEND_TEXT(world.log, text)
|