Reactor autotemp is logged
This commit is contained in:
@@ -262,7 +262,8 @@ namespace Barotrauma.Items.Components
|
||||
", Fission rate: " + (int)fissionRate +
|
||||
", Cooling rate: " + (int)coolingRate +
|
||||
", Cooling rate: " + coolingRate +
|
||||
", Shutdown temp: " + shutDownTemp,
|
||||
", Shutdown temp: " + shutDownTemp +
|
||||
(autoTemp ? "Autotemp ON" : "Autotemp OFF"),
|
||||
ServerLog.MessageType.ItemInteraction);
|
||||
|
||||
nextServerLogWriteTime = null;
|
||||
|
||||
Reference in New Issue
Block a user