mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-15 09:07:09 +01:00
Just do an infinite loop and ensure `sleep_offline` is off. It can't keep getting away with this. Bump DMAPI version
4 lines
145 B
Plaintext
4 lines
145 B
Plaintext
#define TGS_INFO_LOG(message) world.log << "Info: [##message]"
|
|
#define TGS_ERROR_LOG(message) world.log << "Err: [##message]"
|
|
#define TGS_V3_API
|