0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

modules/console: Fix argument order.

This commit is contained in:
Jason Volk 2019-09-23 13:31:05 -07:00
parent 7b24eace2b
commit b518820357

View file

@ -2683,19 +2683,19 @@ try
param[1]
};
const auto level
{
param.at(2, -1)
};
const auto begin
{
param[3]
param[2]
};
const auto end
{
param[4]
param[3]
};
const auto level
{
param.at(4, -1)
};
auto &database