mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 16:52:44 +01:00
modules/console: Fix param which should be required.
This commit is contained in:
parent
f0803714e5
commit
b679c0aa07
1 changed files with 1 additions and 1 deletions
|
@ -6835,7 +6835,7 @@ console_cmd__key(opt &out, const string_view &line)
|
|||
|
||||
const auto &server_name
|
||||
{
|
||||
param["server_name"]
|
||||
param.at("server_name")
|
||||
};
|
||||
|
||||
// keys cached for server by param.
|
||||
|
|
Loading…
Reference in a new issue