diff --git a/NwPluginAPI/Core/Round.cs b/NwPluginAPI/Core/Round.cs
index f0e4725..1ab41b7 100644
--- a/NwPluginAPI/Core/Round.cs
+++ b/NwPluginAPI/Core/Round.cs
@@ -15,7 +15,7 @@ public static class Round
///
/// Gets a value indicating whether the round is ended or not.
///
- public static bool IsRoundEnded => !IsRoundStarted && Round.Duration.Seconds > 1;
+ public static bool IsRoundEnded => !IsRoundStarted && Round.Duration.TotalSeconds > 1;
///
/// Gets or sets a value indicating whether the round is locked or not.