Files
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

3 lines
100 B
Plaintext

#define TGS_INFO_LOG(message) TgsInfo(##message)
#define TGS_ERROR_LOG(message) TgsError(##message)