Unstable 0.16.6.1
This commit is contained in:
@@ -173,7 +173,7 @@ namespace Barotrauma.Items.Components
|
||||
#if CLIENT
|
||||
if (Light != null)
|
||||
{
|
||||
Light.Color = IsActive ? lightColor : Color.Transparent;
|
||||
Light.Color = IsOn ? lightColor : Color.Transparent;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -401,6 +401,7 @@ namespace Barotrauma
|
||||
|
||||
public bool IsVanillaSubmarine()
|
||||
{
|
||||
if (FilePath == null) { return false; }
|
||||
var vanilla = GameMain.VanillaContent;
|
||||
if (vanilla != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user