diff --git a/Utility Mods/Stable/SCEntityCover/Data/Scripts/EntityCover/EntityCover.cs b/Utility Mods/Stable/SCEntityCover/Data/Scripts/EntityCover/EntityCover.cs index b6a189aad..bc178e3b1 100644 --- a/Utility Mods/Stable/SCEntityCover/Data/Scripts/EntityCover/EntityCover.cs +++ b/Utility Mods/Stable/SCEntityCover/Data/Scripts/EntityCover/EntityCover.cs @@ -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; }