From: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:29:11 +0000 (-0600) Subject: add times for departmentban command to match roleban command (#14051) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=018e70cf6024c667ef23e99cd333a594610d49bb;p=space-station-14.git add times for departmentban command to match roleban command (#14051) --- diff --git a/Content.Server/Administration/Commands/DepartmentBanCommand.cs b/Content.Server/Administration/Commands/DepartmentBanCommand.cs index 37eb034e1d..0bc662acc0 100644 --- a/Content.Server/Administration/Commands/DepartmentBanCommand.cs +++ b/Content.Server/Administration/Commands/DepartmentBanCommand.cs @@ -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