Made the name of the "Linkable/IsLinkable" property consistent
This commit is contained in:
@@ -296,9 +296,9 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
public override bool IsLinkable
|
||||
public override bool Linkable
|
||||
{
|
||||
get { return prefab.IsLinkable; }
|
||||
get { return prefab.Linkable; }
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user