Skip to content

Commit

Permalink
Merge branch 'all-in-one-vs2022' into all-in-one-vs2022-wpo
Browse files Browse the repository at this point in the history
  • Loading branch information
themrdemonized committed Nov 22, 2023
2 parents d844a17 + 3d05bf5 commit fd371fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gamedata/gamedata/scripts/dxml_core.script
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ function xml_object(xml_file_name, xml_string, xml_table)
t.query = function(self, query, where)
local query_table = cssQuery(query)
if is_empty(query_table) then
print_parser_error(xml_file_name, "invalid query %s", query)
return {}
end

Expand Down

0 comments on commit fd371fe

Please sign in to comment.