Update TF2 CanPlayerTeleport signature on Windows.

This commit is contained in:
Nicholas Hastings 2015-10-02 07:43:43 -04:00
parent 9310cfd164
commit 6fe4175fd2

View File

@ -95,7 +95,7 @@
"CanPlayerTeleport"
{
"library" "server"
"windows" "\x55\x8B\xEC\x53\x57\x8B\x7D\x08\x8B\xD9\x85\xFF\x0F\x84\x2A\x2A\x2A\x2A\x8B\xCF"
"windows" "\x55\x8B\xEC\x53\x57\x8B\x7D\x08\x8B\xD9\x85\xFF\x75\x2A\x5F\x32\xC0\x5B\x5D\xC2\x04\x00"
"linux" "@_ZN17CObjectTeleporter21PlayerCanBeTeleportedEP9CTFPlayer"
"mac" "@_ZN17CObjectTeleporter21PlayerCanBeTeleportedEP9CTFPlayer"
}