mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-04 14:03:28 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78e62f31d0 | ||
|
|
e23842fcb0 |
@@ -37,7 +37,7 @@ namespace Lantean.QBTMud.Helpers
|
|||||||
{
|
{
|
||||||
time = TimeSpan.FromSeconds(seconds.Value);
|
time = TimeSpan.FromSeconds(seconds.Value);
|
||||||
}
|
}
|
||||||
catch (OverflowException)
|
catch
|
||||||
{
|
{
|
||||||
return "∞";
|
return "∞";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user