Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauge committed Jul 24, 2024
1 parent a0d5b71 commit 1aa11f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShrapnelDamageV2/Data/Scripts/shrapnel/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Core : MySessionComponentBase

public override void Init(MyObjectBuilder_SessionComponent sessionComponent)
{
MyAPIGateway.Session.DamageSystem.RegisterBeforeDamageHandler(500, ProcessDamage);
MyAPIGateway.Session.DamageSystem.RegisterBeforeDamageHandler(0, ProcessDamage);
}

public void ProcessDamage(object target, ref MyDamageInformation info)
Expand Down

0 comments on commit 1aa11f3

Please sign in to comment.