Update SDQL_2_parser.dm

This commit is contained in:
kevinz000
2018-12-23 13:04:38 -08:00
committed by GitHub
parent 53abb3c3dd
commit a70691e8f0
@@ -91,7 +91,7 @@
/datum/SDQL_parser/proc/query_options(i, list/node)
var/list/options = list()
if(tokenl(i) == "using")
i = option_assignment(i + 1, node, options)
i = option_assignments(i + 1, node, options)
query(i, node)
node["options"] = options
@@ -630,4 +630,4 @@
else
i = variable(i, node)
return i
return i