Skip to content

Commit

Permalink
Updated PlayerEntity.switch_team to use CCSPlayer::SwitchTeam
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayuto committed May 7, 2015
1 parent b570a84 commit a007d0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Expand Up @@ -4,6 +4,11 @@
identifier_windows = 55 8B EC 83 EC 28 56 57 8B F9 F3 0F 11 4D FC
identifier_linux = _ZN9CCSPlayer6DeafenEf

[[switch_team]]
identifier_windows = 55 8B EC 83 EC 10 53 56 8B 75 08 57 8B F9 85 F6 0F 2A 2A 2A 2A
identifier_linux = _ZN9CCSPlayer10SwitchTeamEi
arguments = INT


[virtual_function]

Expand Down
@@ -1,6 +0,0 @@
[function]

[[switch_team]]
identifier_windows = 55 8B EC 53 8B 5D 08 57 53 8B F9 E8 2A 2A 2A 2A 83 C4 04
identifier_linux = _ZN11CBasePlayer10ChangeTeamEibb
arguments = INT, BOOL, BOOL
Expand Up @@ -17,6 +17,11 @@
identifier_windows = 55 8B EC 51 89 2A 2A 8B 2A 2A 8B 10 8B 4D FC
identifier_linux = _ZN9CCSPlayer12RoundRespawnEv

[[switch_team]]
identifier_windows = 55 8B EC 83 EC 7C 89 4D FC
identifier_linux = _ZN9CCSPlayer10SwitchTeamEi
arguments = INT


[virtual_function]

Expand Down

0 comments on commit a007d0c

Please sign in to comment.