From 0c299729dd6c23e839403b99ad40452b9a0e7d35 Mon Sep 17 00:00:00 2001
From: Li
Date: Mon, 18 Jul 2022 00:50:23 +1200
Subject: [PATCH] remove shutdown call
---
HorseIsleServer/LibHISP/Server/Entry.cs | 1 -
1 file changed, 1 deletion(-)
diff --git a/HorseIsleServer/LibHISP/Server/Entry.cs b/HorseIsleServer/LibHISP/Server/Entry.cs
index f90119e..f4c7c3a 100644
--- a/HorseIsleServer/LibHISP/Server/Entry.cs
+++ b/HorseIsleServer/LibHISP/Server/Entry.cs
@@ -75,7 +75,6 @@ namespace HISP.Server
File.AppendAllText("crashlog.txt", "HISP HAS CRASHED :(\n");
File.AppendAllText("crashlog.txt", "Unhandled Exception: " + execpt.ToString() + "\n");
File.AppendAllText("crashlog.txt", execpt.StackTrace + "\n");
- GameServer.ShutdownServer();
}
catch (Exception) { };