diff --git a/MCGalaxy/Server/Server.cs b/MCGalaxy/Server/Server.cs index 0901b6ac4..8f75de1c5 100644 --- a/MCGalaxy/Server/Server.cs +++ b/MCGalaxy/Server/Server.cs @@ -85,6 +85,7 @@ namespace MCGalaxy { StartTimeLocal = StartTime.ToLocalTime(); shuttingDown = false; Logger.Log(LogType.SystemActivity, "Starting Server"); + ServicePointManager.Expect100Continue = false; try { if (File.Exists("Restarter.exe")) File.Delete("Restarter.exe");