mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Fixes a few bugs. (#17048)
* Fixes a few bugs. * bodybag --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
if(!C.prefs) //This is to avoid null.toggles runtime error while still initialyzing players preferences
|
||||
return
|
||||
if(C.prefs.toggles & CHAT_DEBUGLOGS)
|
||||
to_chat(C, "DEBUG: [text]")
|
||||
to_chat(C, "<span class='debug'>DEBUG: [text]</span>")
|
||||
send_gelf_log(short_message = text, long_message = "[time_stamp()]: [text]", level = level, category = "DEBUG")
|
||||
|
||||
/// Logging for loading and caching assets
|
||||
|
||||
Reference in New Issue
Block a user