Update src/chuniio.c

This commit is contained in:
beerpsi 2023-12-30 16:36:34 +00:00
parent f9438b78fa
commit c9484640d0
1 changed files with 702 additions and 702 deletions

View File

@ -429,7 +429,7 @@ unsigned int __stdcall server_thread_proc(void* ctx) {
thread_ctx args = {
.sock = sHost,
.exit_flag = ATOMIC_VAR_INIT(false),
.connected = ATOMIC_VAR_INIT(true),
.connected = ATOMIC_VAR_INIT(false),
.last_input_packet_id = 0,
.memory = memory
};