From 829448cd283f972c4a1e59ed74ff958dcd69ff84 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Tue, 31 Mar 2026 09:53:36 -0400 Subject: [PATCH] Comment as reminder for future attempting --- src/d_clisrv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_clisrv.h b/src/d_clisrv.h index ad3d5a07b..f91d7169e 100644 --- a/src/d_clisrv.h +++ b/src/d_clisrv.h @@ -417,6 +417,7 @@ struct responseall_pak struct resultsall_pak { + // Maybe use a FAM in the future for space saving? uint8_t signature[MAXPLAYERS][SIGNATURELENGTH]; } ATTRPACK;