Files
tgstation-server/tests/DMAPI/BasicOperation/Config.dm
T
Jordan Dominion 3901512693 The del world issue is caused by sleep_offline
Just do an infinite loop and ensure `sleep_offline` is off. It can't keep getting away with this.

Bump DMAPI version
2023-10-31 23:16:16 -04:00

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