| 91 | } |
| 92 | |
| 93 | void Chat_DisableLogging(void) { |
| 94 | Chat_Logging = false; |
| 95 | lastLogYear = -321; |
| 96 | Chat_AddRaw("&cDisabling chat logging"); |
| 97 | CloseLogFile(); |
| 98 | } |
| 99 | |
| 100 | static cc_bool CreateLogsDirectory(void) { |
| 101 | static const cc_string dir = String_FromConst("logs"); |
no test coverage detected