Skip to content
Snippets Groups Projects
Commit 4bcb6e02 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Syntax bug

parent a05c8972
No related branches found
No related tags found
1 merge request!57Resolves #40 by colouring registration errors
Pipeline #11946 passed
......@@ -49,7 +49,7 @@ SceneRep::SceneRep(nlohmann::json &config) : Configurable(config), do_reset_(fal
});
on("showRegistration", [this](const ftl::config::Event &e) {
reg_mode_ = value("showRegistration", false);
})
});
reg_mode_ = value("showRegistration", false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment