diff --git a/CodeWalker.Core/GameFiles/Resources/Expression.cs b/CodeWalker.Core/GameFiles/Resources/Expression.cs index b1a0f84..47b726f 100644 --- a/CodeWalker.Core/GameFiles/Resources/Expression.cs +++ b/CodeWalker.Core/GameFiles/Resources/Expression.cs @@ -692,7 +692,7 @@ namespace CodeWalker.GameFiles { foreach (XmlNode inode in inodes) { - if (Enum.TryParse(Xml.GetStringAttribute(inode, "type"), out var type)) ; + if (Enum.TryParse(Xml.GetStringAttribute(inode, "type"), out var type)) { var item = CreateItem(type); item.Type = type;