Skip to content

Commit b824d38

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/mods/deathmatch/logic/CClientExplosionManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ CExplosion* CClientExplosionManager::Create(eExplosionType explosionType, CVecto
204204

205205
if (pCreator && pCreator->IsLocalEntity())
206206
{
207-
bool bAllowExplosion = Hook_ExplosionCreation(nullptr, pGameCreator, vecPosition, explosionType);
208-
if (!bAllowExplosion)
207+
bool allowExplosion = Hook_ExplosionCreation(nullptr, pGameCreator, vecPosition, explosionType);
208+
if (!allowExplosion)
209209
return nullptr;
210210
}
211211
else if (!pCreator)

0 commit comments

Comments
 (0)