Skip to content

Commit c4340d4

Browse files
committed
fix(SDK): CServerSideClient
1 parent a6fc222 commit c4340d4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

plugin_files/gamedata/cs2/core/offsets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"linux": 164
1717
},
1818
"CCSPlayerController_Respawn": {
19-
"windows": 274,
20-
"linux": 276
19+
"windows": 275,
20+
"linux": 277
2121
},
2222
"CollisionRulesChanged": {
2323
"windows": 189,

src/sdk/components/CServerSideClient.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ class CServerSideClientBase : public CUtlSlot, public INetworkChannelNotify, pub
194194
public:
195195
virtual bool ProcessMove(const CCLCMsg_Move& msg) = 0;
196196
virtual bool ProcessVoiceData(const CCLCMsg_VoiceData& msg) = 0;
197-
virtual bool ProcessFileCRCCheck(const CCLCMsg_FileCRCCheck& msg) = 0;
198197
virtual bool ProcessRespondCvarValue(const CNetMessagePB<CCLCMsg_RespondCvarValue>& msg) = 0;
199198

200199
virtual bool ProcessPacketStart(const NetMessagePacketStart& msg) = 0;
@@ -292,7 +291,7 @@ class CServerSideClientBase : public CUtlSlot, public INetworkChannelNotify, pub
292291
CEntityIndex m_nEntityIndex; // 92
293292
CNetworkGameServerBase* m_Server; // 96
294293
INetChannel* m_NetChannel; // 104
295-
uint8 m_nUnkVariable; // 112
294+
uint16 m_nConnectionTypeFlags; // 112
296295
bool m_bMarkedToKick; // 113
297296
SignonState_t m_nSignonState; // 116
298297
bool m_bSplitScreenUser; // 120

0 commit comments

Comments
 (0)