mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
e867030c2e
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
/proc/log_module_ghostroles(text)
|
|
if (GLOB.config?.logsettings["log_modules_ghostroles"])
|
|
WRITE_LOG(GLOB.config.logfiles["world_modules_ghostroles_log"], "GHOSTROLES: [text]")
|
|
|
|
/proc/log_module_ghostroles_spawner(text)
|
|
// Suppress during unit testing
|
|
#if defined(UNIT_TEST)
|
|
LOG_GITHUB_DEBUG("GHOSTROLES SPAWNER: [text]")
|
|
#else
|
|
if (GLOB.config?.logsettings["log_modules_ghostroles"])
|
|
WRITE_LOG(GLOB.config.logfiles["world_modules_ghostroles_log"], "GHOSTROLES SPAWNER: [text]")
|
|
#endif
|