Show more descriptive durations for bans. #3943
DanielWillett
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The 'Banned' localization key in MenuDashboard.dat is passed in seconds instead of a descriptive time.

I don't know if this could really be considered a bug so I put it here instead, but this should probably show something like
TimeSpan.FromSeconds(duration).ToString(@"%d\d\ hh\:mm\:ss")
(which looks like115d 17:46:40
for 10 mil seconds) or something similar may fit well.Players complain after getting less than a day ban because they think it's a lot more than it is. The ban pictured above was only 6 hours.
Beta Was this translation helpful? Give feedback.
All reactions