Fix error in PlayerResources trait documentation

This was missed in #19295
This commit is contained in:
Ivaylo Draganov
2022-12-13 16:00:39 +02:00
committed by Gustas
parent 614603089e
commit 8513de0b47

View File

@@ -47,7 +47,7 @@ namespace OpenRA.Mods.Common.Traits
[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")]