(bf212a41f) v0.9.2.0 pre-release test version
This commit is contained in:
@@ -45,7 +45,10 @@ namespace Barotrauma.Items.Components
|
||||
set
|
||||
{
|
||||
base.IsActive = value;
|
||||
if (!value) currPowerConsumption = 0.0f;
|
||||
if (!value)
|
||||
{
|
||||
currPowerConsumption = 0.0f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user