forked from alterware/iw6-mod
Made variable const.
This commit is contained in:
@@ -671,7 +671,7 @@ namespace // command execution
|
|||||||
bool repeat{};
|
bool repeat{};
|
||||||
};
|
};
|
||||||
|
|
||||||
auto parsed_arguments = [¶ms]() -> std::optional<args_t>
|
const auto parsed_arguments = [¶ms]() -> std::optional<args_t>
|
||||||
{
|
{
|
||||||
if (params.size() == 3)
|
if (params.size() == 3)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user