0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 08:58:20 +02:00

modules/console: Add missing node_id to various vmopts.

This commit is contained in:
Jason Volk 2020-12-15 13:47:51 -08:00
parent 87c2520b29
commit 68af933ff7

View file

@ -14703,6 +14703,7 @@ console_cmd__fed__state(opt &out, const string_view &line)
vmopts.phase.set(m::vm::phase::FETCH_PREV, false);
vmopts.phase.set(m::vm::phase::FETCH_STATE, false);
vmopts.notify_servers = false;
vmopts.node_id = remote;
m::vm::eval
{
@ -15088,6 +15089,7 @@ console_cmd__fed__event(opt &out, const string_view &line)
vmopts.phase.set(m::vm::phase::WRITE, !has(oparg, "nowrite"));
vmopts.replays = has(oparg, "replay");
vmopts.notify_servers = false;
vmopts.node_id = remote;
m::vm::eval eval
{
event, vmopts