0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-30 02:32:43 +01:00

modules/console: Fix param which should be required.

This commit is contained in:
Jason Volk 2020-10-15 21:37:11 -07:00
parent f0803714e5
commit b679c0aa07

View file

@ -6835,7 +6835,7 @@ console_cmd__key(opt &out, const string_view &line)
const auto &server_name const auto &server_name
{ {
param["server_name"] param.at("server_name")
}; };
// keys cached for server by param. // keys cached for server by param.