update commands (#211)
* update commands * Update CP14InitDayCycleCommand.cs * Update CP14AddTimeEntryCommand.cs * Update CP14InitDayCycleCommand.cs * Update CP14SetTimeEntryCommand.cs --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Content.Server.Administration;
|
||||
using Content.Server.Administration;
|
||||
using Content.Shared._CP14.DayCycle;
|
||||
using Content.Shared.Administration;
|
||||
using Robust.Shared.Console;
|
||||
@@ -8,7 +8,7 @@ namespace Content.Server._CP14.DayCycle;
|
||||
[AdminCommand(AdminFlags.VarEdit)]
|
||||
public sealed class CP14AddTimeEntryCommand : LocalizedCommands
|
||||
{
|
||||
private const string Name = "add_time_entry";
|
||||
private const string Name = "cp14-addtimeentry";
|
||||
private const int ArgumentCount = 4;
|
||||
|
||||
public override string Command => Name;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Content.Server.Administration;
|
||||
using Content.Server.Administration;
|
||||
using Content.Shared._CP14.DayCycle;
|
||||
using Content.Shared.Administration;
|
||||
using Robust.Shared.Console;
|
||||
@@ -8,7 +8,7 @@ namespace Content.Server._CP14.DayCycle;
|
||||
[AdminCommand(AdminFlags.VarEdit)]
|
||||
public sealed class CP14InitDayCycleCommand : LocalizedCommands
|
||||
{
|
||||
private const string Name = "init_day_cycle";
|
||||
private const string Name = "cp14-initdaycycle";
|
||||
private const int ArgumentCount = 1;
|
||||
|
||||
public override string Command => Name;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Content.Server.Administration;
|
||||
using Content.Server.Administration;
|
||||
using Content.Shared._CP14.DayCycle;
|
||||
using Content.Shared.Administration;
|
||||
using Robust.Shared.Console;
|
||||
@@ -8,7 +8,7 @@ namespace Content.Server._CP14.DayCycle;
|
||||
[AdminCommand(AdminFlags.VarEdit)]
|
||||
public sealed class CP14SetTimeEntryCommand : LocalizedCommands
|
||||
{
|
||||
private const string Name = "set_time_entry";
|
||||
private const string Name = "cp14-settimeentry";
|
||||
private const int ArgumentCount = 2;
|
||||
|
||||
public override string Command => Name;
|
||||
|
||||
Reference in New Issue
Block a user