mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-28 18:21:51 +00:00
* 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
8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
/proc/log_module_customitems(text)
|
|
#if defined(UNIT_TEST)
|
|
LOG_GITHUB_DEBUG("CUSTOMITEMS: [text]")
|
|
#else
|
|
if (GLOB.config?.logsettings["log_modules_customitems"])
|
|
WRITE_LOG(GLOB.config.logfiles["world_modules_customitems_log"], "CUSTOMITEMS: [text]")
|
|
#endif
|