Skip to content

Commit 9f7d5ef

Browse files
authored
Merge pull request #220 from badmuriss/master
- UPDATED: CounterStrikeSharp from 1.0.318 to 1.0.319 + Fixes
2 parents ecee58b + ba159d8 commit 9f7d5ef

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

game/csgo/addons/counterstrikesharp/api/CounterStrikeSharp.API.deps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"CounterStrikeSharp.API/1.0.318": {
9+
"CounterStrikeSharp.API/1.0.319": {
1010
"dependencies": {
1111
"McMaster.NETCore.Plugins": "1.4.0",
1212
"Microsoft.CSharp": "4.7.0",
@@ -532,7 +532,7 @@
532532
}
533533
},
534534
"libraries": {
535-
"CounterStrikeSharp.API/1.0.318": {
535+
"CounterStrikeSharp.API/1.0.319": {
536536
"type": "project",
537537
"serviceable": false,
538538
"sha512": ""
Binary file not shown.
168 Bytes
Binary file not shown.

game/csgo/addons/counterstrikesharp/api/CounterStrikeSharp.API.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

game/csgo/addons/counterstrikesharp/gamedata/gamedata.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"signatures": {
5858
"library": "server",
5959
"windows": "48 89 5C 24 ? 48 89 74 24 ? 55 57 41 ? 41 ? 41 ? 48 ? ? ? ? 48 ? ? ? ? ? ? 4D ? ? 48",
60-
"linux": "55 48 89 E5 41 57 41 56 4D 89 C6 41 55 49 89 D5 41 54 49 89 F4"
60+
"linux": "55 48 89 E5 41 57 41 56 49 89 F6 41 55 4D 89 C5 41 54 49 89 D4"
6161
}
6262
},
6363
"UTIL_Remove": {
@@ -71,7 +71,7 @@
7171
"signatures": {
7272
"library": "server",
7373
"windows": "44 89 4C 24 20 44 88 44 24 18",
74-
"linux": "55 48 89 E5 41 57 41 56 49 89 F6 41 55 4D 89 C5"
74+
"linux": "55 48 89 E5 41 57 41 56 49 89 F6 41 55 4D 89 C5 41 54 49 89 FC"
7575
}
7676
},
7777
"CBaseModelEntity_SetModel": {
@@ -267,10 +267,17 @@
267267
"linux": 0
268268
}
269269
},
270+
"CheckTransmit": {
271+
"signatures": {
272+
"library": "server",
273+
"windows": "48 8B C4 4C 89 48 ? 44 89 40 ? 48 89 50 ? 48 89 48 ? 55",
274+
"linux": "55 48 89 E5 41 57 49 89 CF 41 56 41 55 41 54 53 48 81 EC"
275+
}
276+
},
270277
"CheckTransmitPlayerSlot": {
271278
"offsets": {
272279
"windows": 584,
273280
"linux": 584
274281
}
275282
}
276-
}
283+
}

0 commit comments

Comments
 (0)