Skip to content

Commit

Permalink
Update SCEntityCover for SE v1.204
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-steas committed May 13, 2024
1 parent c5d0123 commit 20b7fe3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ public BlockerEnt(long attachedEntityId, long batteryBlockId, string modelName)
this.modelName = modelName;
}

public bool DoDamage(float damage, MyStringHash damageSource, bool sync, MyHitInfo? hitInfo = null,
long attackerId = 0, long realHitEntityId = 0, bool shouldDetonateAmmo = true)
public bool DoDamage(float damage, MyStringHash damageSource, bool sync, MyHitInfo? hitInfo = null, long attackerId = 0,
long realHitEntityId = 0, bool shouldDetonateAmmo = true, MyStringHash? extraInfo = null)
{
return true;
}
Expand Down

0 comments on commit 20b7fe3

Please sign in to comment.