Improved map rendering, shops, light bugfix, junction boxes wont break as easily
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Subsurface.Items.Components
|
||||
MeltDown();
|
||||
return;
|
||||
}
|
||||
else if (temperature==0.0f)
|
||||
else if (temperature == 0.0f)
|
||||
{
|
||||
if (powerUpTask == null || powerUpTask.IsFinished)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user