Players no longer manage damage to bases/entitiesNot An Issue
Hello I use your addons without any other addons nearby.

I'm looking to secure players against PVP it works perfectly.

The problem is that they can no longer destroy their base / House with no damage to their creation.

Could you help me to allow the destruction of their base, they can no longer destroy walls etc to expand their base.

When I add the AuthorizedDamage command, the PVP between players is reactivated ...

thank you in advance
if (ruleSet.HasFlag(RuleFlags.AuthorizedDamage) && !(entity is BasePlayer))

authorized damage does not allow you to hurt players, as shown above. make sure you using the latest version

Locked automatically