mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-19 13:12:53 +00:00
Fix warning
This commit is contained in:
parent
d976434e38
commit
5d0e5e4227
@ -587,6 +587,7 @@ nlohmann::json print_statement_ast(game::scriptInstance_t inst, game::sval_u val
|
||||
answer["obj"] = print_statement_ast(inst, val.node[1]);
|
||||
|
||||
answer["exprlist"] = nlohmann::json::array();
|
||||
start_node = nullptr;
|
||||
for (i = 0, node = val.node[2].node->node;
|
||||
node;
|
||||
node = node[1].node, i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user