GameMain throws an exception immediately if loading the game fails (instead of closing the loading screen and waiting for the inevitable crash)
This commit is contained in:
@@ -263,7 +263,7 @@ namespace Barotrauma.Items.Components
|
||||
", Cooling rate: " + (int)coolingRate +
|
||||
", Cooling rate: " + coolingRate +
|
||||
", Shutdown temp: " + shutDownTemp +
|
||||
(autoTemp ? "Autotemp ON" : "Autotemp OFF"),
|
||||
(autoTemp ? ", Autotemp ON" : ", Autotemp OFF"),
|
||||
ServerLog.MessageType.ItemInteraction);
|
||||
|
||||
nextServerLogWriteTime = null;
|
||||
|
||||
Reference in New Issue
Block a user