Fix command_info query not working

This commit is contained in:
Bridget
2020-04-19 22:12:38 +02:00
parent a061db6edc
commit ff08336d1e

View File

@@ -223,7 +223,7 @@ respond(integer code, string data, string error_msg)
if(code == -1) id = "command_info";
else if(error_msg != "") data = llList2Json(JSON_OBJECT, ["error", error_msg]);
llMessageLinked(LINK_SET, code, data, command_request_id);
llMessageLinked(LINK_SET, code, data, id);
}
default