From 791e4129b909af4fe649fca6ea1a0a0250be9a62 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sun, 12 Sep 2021 21:48:45 +0200 Subject: [PATCH] Reversed more client_t struct for good mesure --- src/Game/Structs.hpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Game/Structs.hpp b/src/Game/Structs.hpp index 6f8911ae..2288861d 100644 --- a/src/Game/Structs.hpp +++ b/src/Game/Structs.hpp @@ -4663,7 +4663,12 @@ namespace Game int reliableAcknowledge; // 134752 int reliableSent; // 134756 int messageAcknowledge; // 134760 - char __pad4[1080]; // 134764 + int gamestateMessageNum; // 134764 + int challenge; // 134768 + usercmd_s lastUsercmd; // 134772 + int lastClientCommand; // 134812 + char lastClientCommandString[1024]; // 134816 + gentity_t* gentity; // 135840 char name[16]; // 135844 char __pad5[4]; // 135860 int lastPacketTime; // 135864