Skip to content

Commit

Permalink
Fix error in PlayerResources trait documentation
Browse files Browse the repository at this point in the history
This was missed in #19295
  • Loading branch information
dragunoff authored and PunkPun committed Dec 16, 2022
1 parent 6146030 commit 8513de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Mods.Common/Traits/Player/PlayerResources.cs
Expand Up @@ -47,7 +47,7 @@ public class PlayerResourcesInfo : TraitInfo, ILobbyOptions
[Desc("Text notification to display when the player does not have any funds.")]
public readonly string InsufficientFundsTextNotification = null;

[Desc("Delay (in ticks) during which warnings will be muted.")]
[Desc("Delay (in milliseconds) during which warnings will be muted.")]
public readonly int InsufficientFundsNotificationInterval = 30000;

[NotificationReference("Sounds")]
Expand Down

0 comments on commit 8513de0

Please sign in to comment.