]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
add times for departmentban command to match roleban command (#14051)
authorChief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
Tue, 14 Feb 2023 18:29:11 +0000 (12:29 -0600)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2023 18:29:11 +0000 (19:29 +0100)
Content.Server/Administration/Commands/DepartmentBanCommand.cs

index 37eb034e1d8e00e8772d8d045738efce9f036c6f..0bc662acc083626d0d1ce41a1708a7b18b4f59b7 100644 (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