Skip to content

Commit 78d055a

Browse files
committed
fix extra whitespace in entity_healthkit
1 parent d67c388 commit 78d055a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/game/server/tf/entity_healthkit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ bool CHealthKit::MyTouch( CBasePlayer *pPlayer )
8787
}
8888
else
8989
{
90-
float flHealth = ceil( pPlayer->GetMaxHealth() * PackRatios[GetPowerupSize()] );
90+
float flHealth = ceil( pPlayer->GetMaxHealth() * PackRatios[GetPowerupSize()] );
9191

9292
CALL_ATTRIB_HOOK_FLOAT_ON_OTHER( pPlayer, flHealth, mult_health_frompacks );
9393

@@ -298,4 +298,4 @@ bool CHealthAmmoKit::MyTouch( CBasePlayer *pPlayer )
298298
}
299299

300300
return bAmmoSuccess | bHealthSuccess;
301-
}
301+
}

0 commit comments

Comments
 (0)