From a531cefa00923cc89fe94750bb1b4af12a50df93 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 21 Jan 2017 16:23:10 -0500 Subject: Terminal remote control! --- ShiftOS_TheReturn/ServerManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS_TheReturn/ServerManager.cs') diff --git a/ShiftOS_TheReturn/ServerManager.cs b/ShiftOS_TheReturn/ServerManager.cs index 13c4ffa..aad63ef 100644 --- a/ShiftOS_TheReturn/ServerManager.cs +++ b/ShiftOS_TheReturn/ServerManager.cs @@ -49,7 +49,7 @@ namespace ShiftOS.Engine {JsonConvert.SerializeObject(client, Formatting.Indented)}"); } - private static Guid thisGuid { get; set; } + public static Guid thisGuid { get; private set; } private static NetObjectClient client { get; set; } public static void Disconnect() -- cgit v1.2.3