aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ServerManager.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-01-21 16:23:10 -0500
committerMichael <[email protected]>2017-01-21 16:23:10 -0500
commita531cefa00923cc89fe94750bb1b4af12a50df93 (patch)
tree7c56b04db83b6d21351fff375e4311a264f16c12 /ShiftOS_TheReturn/ServerManager.cs
parent5c9629c4c61d823dfc49693355072b38c09ffb7a (diff)
downloadshiftos_thereturn-a531cefa00923cc89fe94750bb1b4af12a50df93.tar.gz
shiftos_thereturn-a531cefa00923cc89fe94750bb1b4af12a50df93.tar.bz2
shiftos_thereturn-a531cefa00923cc89fe94750bb1b4af12a50df93.zip
Terminal remote control!
Diffstat (limited to 'ShiftOS_TheReturn/ServerManager.cs')
-rw-r--r--ShiftOS_TheReturn/ServerManager.cs2
1 files changed, 1 insertions, 1 deletions
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()