mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-09-18 06:07:28 +00:00
Fix script errors related to player damage callback.
This commit is contained in:
@@ -25,7 +25,7 @@ connected()
|
||||
/*
|
||||
The callback for when the bot gets damaged.
|
||||
*/
|
||||
onDamage( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset )
|
||||
onDamage( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, modelIndex, psOffsetTime )
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user