Skip to content

Commit dad683b

Browse files
committed
update(alliedmodders): HL2SDK
1 parent 59acc68 commit dad683b

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

plugin_files/gamedata/cs2/core/signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"CTakeDamageInfo_Constructor": {
6363
"lib": "server",
6464
"windows": "40 53 48 83 EC 60 48 C7 41 38 FF FF FF FF",
65-
"linux": "49 BB 2A 2A 2A 2A 2A 2A 2A 2A 55 66 0F EF C9 48 89 E5"
65+
"linux": "49 BB ? ? ? ? ? ? ? ? 55 66 0F EF C9 48 89 E5"
6666
},
6767
"FireOutputInternal": {
6868
"lib": "server",

src/sdk/components/CServerSideClient.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ class CNetworkStatTrace
6565
int m_nCurBit;
6666
}; // sizeof 40
6767

68-
abstract_class INetworkChannelNotify
69-
{
70-
public:
71-
virtual void OnShutdownChannel(INetChannel * pChannel) = 0;
72-
};
7368

7469
enum CopiedLockState_t : int32
7570
{

0 commit comments

Comments
 (0)