diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-03 22:03:34 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-03 22:03:41 +0100 |
| commit | 716be28826ac61491944490373402c39123a1d75 (patch) | |
| tree | 60614ff806843ccfde19c95bd28a8a25a230a54f /cheat/internal_rewrite/proxies.cpp | |
| parent | 4047e9083ef1731847bcd75f361f2d611fe5e401 (diff) | |
boris is cool
Diffstat (limited to 'cheat/internal_rewrite/proxies.cpp')
| -rw-r--r-- | cheat/internal_rewrite/proxies.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheat/internal_rewrite/proxies.cpp b/cheat/internal_rewrite/proxies.cpp index 287970b..7819405 100644 --- a/cheat/internal_rewrite/proxies.cpp +++ b/cheat/internal_rewrite/proxies.cpp @@ -103,7 +103,7 @@ void __cdecl hooks::last_shot_proxy_fn( const CRecvProxyData* proxy_data_const, }
void __cdecl hooks::simtime_proxy_fn( const CRecvProxyData* proxy_data_const, void* entity, void* output ) {
- auto old_fn = simtime_proxy.get_old_function( );
+ auto old_fn = simtime_proxy.get_old_function( );;
auto ent = ( c_base_player* )( entity );
if( ent && ent->is_valid( ) && ent->has_valid_anim( ) && ( ent->m_iTeamNum( ) != g_ctx.m_local->m_iTeamNum( ) || g_settings.rage.friendlies( ) ) && ent != g_ctx.m_local ) {
|
