Unstable 0.17.4.0
This commit is contained in:
@@ -173,7 +173,7 @@ namespace Barotrauma
|
||||
|
||||
int groupID = 0;
|
||||
DecorativeSprite decorativeSprite = null;
|
||||
if (subElement.Attribute("texture") == null)
|
||||
if (subElement.GetAttribute("texture") == null)
|
||||
{
|
||||
groupID = subElement.GetAttributeInt("randomgroupid", 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user