From 0187e37172a108864f8c3e3af7708292f5d2301e Mon Sep 17 00:00:00 2001
From: goat <16760685+goaaats@users.noreply.github.com>
Date: Tue, 7 Dec 2021 16:27:40 +0100
Subject: [PATCH] fix: BRD SongTimer short -> ushort
---
Dalamud/Game/ClientState/JobGauge/Types/BRDGauge.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dalamud/Game/ClientState/JobGauge/Types/BRDGauge.cs b/Dalamud/Game/ClientState/JobGauge/Types/BRDGauge.cs
index ed814d055..09d98dcf1 100644
--- a/Dalamud/Game/ClientState/JobGauge/Types/BRDGauge.cs
+++ b/Dalamud/Game/ClientState/JobGauge/Types/BRDGauge.cs
@@ -21,7 +21,7 @@ namespace Dalamud.Game.ClientState.JobGauge.Types
///
/// Gets the current song timer in milliseconds.
///
- public short SongTimer => this.Struct->SongTimer;
+ public ushort SongTimer => this.Struct->SongTimer;
///
/// Gets the amount of Repertoire accumulated.