add times for departmentban command to match roleban command (#14051)

This commit is contained in:
Chief-Engineer 2023-02-14 12:29:11 -06:00 committed by GitHub
parent 094f7a6b27
commit 018e70cf60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,10 @@ public sealed class DepartmentBanCommand : IConsoleCommand
{
new("0", Loc.GetString("cmd-roleban-hint-duration-1")),
new("1440", Loc.GetString("cmd-roleban-hint-duration-2")),
new("10080", Loc.GetString("cmd-roleban-hint-duration-3")),
new("4320", Loc.GetString("cmd-roleban-hint-duration-3")),
new("10080", Loc.GetString("cmd-roleban-hint-duration-4")),
new("20160", Loc.GetString("cmd-roleban-hint-duration-5")),
new("43800", Loc.GetString("cmd-roleban-hint-duration-6")),
};
return args.Length switch