mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
fix chat logs not being saved after reconnect
This commit is contained in:
parent
c4f3af197f
commit
c1afbb76ab
@ -576,6 +576,10 @@ static void Chat_Reset(void) {
|
||||
Chat_CloseLog();
|
||||
Chat_LogName.length = 0;
|
||||
|
||||
ChatLog_LastLogDate.Day = 0;
|
||||
ChatLog_LastLogDate.Month = 0;
|
||||
ChatLog_LastLogDate.Year = 0;
|
||||
|
||||
/* reset CPE messages */
|
||||
Chat_AddOf(&String_Empty, MSG_TYPE_ANNOUNCEMENT);
|
||||
Chat_AddOf(&String_Empty, MSG_TYPE_STATUS_1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user