Merge branch 'hotfix/1.0.2'

This commit is contained in:
ahjephson
2025-03-22 13:52:33 +00:00

View File

@@ -37,7 +37,7 @@ namespace Lantean.QBTMud.Helpers
{ {
time = TimeSpan.FromSeconds(seconds.Value); time = TimeSpan.FromSeconds(seconds.Value);
} }
catch (OverflowException) catch
{ {
return "∞"; return "∞";
} }