Skip to content

Commit 98be188

Browse files
committed
Fix SetClanTag CS:GO Windows Signature (#868)
1 parent 3a61446 commit 98be188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gamedata/sm-cstrike.games/game.csgo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"SetClanTag"
146146
{
147147
"library" "server"
148-
"windows" "\x55\x8B\xEC\x8B\x55\x08\x85\xD2\x74\x2A\x8D\x81\x44\x25\x00\x00"
148+
"windows" "\x55\x8B\xEC\x8B\x55\x08\x85\xD2\x74\x2A\x8D\x81\x48\x25\x00\x00"
149149
"linux" "\x55\x89\xE5\x83\xEC\x18\x8B\x45\x0C\x85\xC0\x74\x2A\x89\x44\x24\x04\x8B\x45\x08\xC7\x44\x24\x08\x10\x00\x00\x00"
150150
}
151151
"SetModelFromClass"

0 commit comments

Comments
 (0)