Skip to content

Commit ef75488

Browse files
Update Client/mods/deathmatch/logic/CClientExplosionManager.cpp
Co-authored-by: Nico <[email protected]>
1 parent 580c338 commit ef75488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientExplosionManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ bool CClientExplosionManager::Hook_ExplosionCreation(CEntity* pGameExplodingEnti
7474
if (!pGameCreator)
7575
return false;
7676

77-
CClientPlayer* pLocalPlayer = m_pManager->GetPlayerManager()->GetLocalPlayer();
77+
CClientPlayer* localPlayer = m_pManager->GetPlayerManager()->GetLocalPlayer();
7878
if (!pLocalPlayer || pLocalPlayer->GetGameEntity() != pGameCreator)
7979
return false;
8080

0 commit comments

Comments
 (0)