aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/ServerManager.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-28 14:40:42 -0400
committerMichael <[email protected]>2017-05-28 14:40:42 -0400
commit9914c18456a0c08019e778479ce727ac937b1e57 (patch)
tree30501777916b27e763aac3b901b0e4d7e22170cc /ShiftOS_TheReturn/ServerManager.cs
parent6123e06842ec9eea60bd2d73588ac6c545d0ea99 (diff)
downloadshiftos_thereturn-9914c18456a0c08019e778479ce727ac937b1e57.tar.gz
shiftos_thereturn-9914c18456a0c08019e778479ce727ac937b1e57.tar.bz2
shiftos_thereturn-9914c18456a0c08019e778479ce727ac937b1e57.zip
Fuck
Diffstat (limited to 'ShiftOS_TheReturn/ServerManager.cs')
-rw-r--r--ShiftOS_TheReturn/ServerManager.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/ShiftOS_TheReturn/ServerManager.cs b/ShiftOS_TheReturn/ServerManager.cs
index 217b9ee..f0acaa2 100644
--- a/ShiftOS_TheReturn/ServerManager.cs
+++ b/ShiftOS_TheReturn/ServerManager.cs
@@ -316,23 +316,6 @@ Ping: {ServerManager.DigitalSocietyPing} ms
private static bool singleplayer = false;
public static bool IsSingleplayer { get { return singleplayer; } }
- public static void StartLANServer()
- {
- singleplayer = true;
- ShiftOS.Server.Program.ServerStarted += (address) =>
- {
- Console.WriteLine($"Connecting to {address}...");
- Initiate(address, 13370);
- };
- Disconnected += () =>
- {
- ShiftOS.Server.Program.Stop();
- };
- ShiftOS.Server.Program.Main(new[] { "" });
-
-
- }
-
/// <summary>
/// Occurs when the server sends a message to this client.
/// </summary>