Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy committed Nov 2, 2024
1 parent 7c0f07f commit 530c840
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Gives players protection from other players damaging them after respawning.
<EffectTriggerRate>0.1</EffectTriggerRate>
<AttackMessageRate>2</AttackMessageRate>
<SendProtectionEnabledMessage>true</SendProtectionEnabledMessage>
<ProtectionEnabledMessageDelay>0</ProtectionEnabledMessageDelay>
<SendProtectionDisabledExpiredMessage>true</SendProtectionDisabledExpiredMessage>
<SendProtectionDisabledOtherMessage>true</SendProtectionDisabledOtherMessage>
</RespawnProtectionConfiguration>
Expand Down
1 change: 0 additions & 1 deletion RespawnProtection/RespawnProtectionConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public class RespawnProtectionConfiguration : IRocketPluginConfiguration
public float AttackMessageRate { get; set; }
public bool SendProtectionEnabledMessage { get; set; } = true;
public float ProtectionEnabledMessageDelay { get; set; } = 0f;
public bool ShouldSerializeSpawnProtectionEnabledMessageDelay() => ProtectionEnabledMessageDelay > 0;
public bool SendProtectionDisabledExpiredMessage { get; set; } = true;
public bool SendProtectionDisabledOtherMessage { get; set; } = true;

Expand Down

0 comments on commit 530c840

Please sign in to comment.