mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
Update rust_g to 0.5.0+a2 (#12865)
Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
#define SEVERITY_INFO 6 //Informational: informational messages
|
||||
#define SEVERITY_DEBUG 7 //Debug: debug-level messages
|
||||
|
||||
#define WRITE_LOG(log, text) rustg_log_write(log, text, "true")
|
||||
#define WRITE_LOG_NO_FORMAT(log, text) rustg_log_write(log, text, "false")
|
||||
|
||||
/var/global/log_end = world.system_type == UNIX ? ascii2text(13) : ""
|
||||
|
||||
// logging.dm
|
||||
|
||||
Reference in New Issue
Block a user