From 645590d03f9385facdbe37b80f28eec528495045 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 14 May 2026 19:20:40 -0700 Subject: [PATCH] fix S_14 definition --- src/CommandFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 156e27a1..b58b99f7 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -257,7 +257,7 @@ struct S_ReconnectT { U16T port = 0; le_uint16_t unused = 0; } __packed_ws_be__(S_ReconnectT, 0x08); -using S_Reconnect_Patch_14 = S_ReconnectT; +using S_Reconnect_Patch_14 = S_ReconnectT; // 15 (S->C): Login failure // No arguments. The client shows a message like "Incorrect game ID or password" and disconnects.