diff options
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index 70486bb..9aae1f6 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -308,6 +308,7 @@ namespace ShiftOS.Engine [Namespace("sos")] public static class ShiftOSCommands { + [RemoteLock] [Command("shutdown")] public static bool Shutdown() { @@ -540,7 +541,7 @@ shiftorium.buy{{upgrade:""{upg.ID}""}}"); - + [RemoteLock] [Command("list")] public static bool List() { @@ -553,6 +554,7 @@ shiftorium.buy{{upgrade:""{upg.ID}""}}"); return true; } + [RemoteLock] [Command("open")] public static bool Open(Dictionary<string, object> args) { |
