Merge tag '1.0.2' into develop

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

View File

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