mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
modules/s_control: Revert paranoia.
This commit is contained in:
parent
f24d51c38d
commit
7dd0d3b522
1 changed files with 1 additions and 2 deletions
|
@ -81,8 +81,7 @@ noexcept try
|
|||
|
||||
out << "<pre>";
|
||||
static const string_view opts{"html"};
|
||||
//command(out, body, opts);
|
||||
out << "The control room is disabled until there are restrictions for joining it";
|
||||
command(out, body, opts);
|
||||
out << "</pre>";
|
||||
|
||||
std::string str
|
||||
|
|
Loading…
Reference in a new issue