mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
modules/console: Fix error.
This commit is contained in:
parent
015134db6e
commit
67c00f7283
1 changed files with 1 additions and 1 deletions
|
@ -7440,7 +7440,7 @@ console_cmd__event__visible(opt &out, const string_view &line)
|
||||||
param[1]
|
param[1]
|
||||||
};
|
};
|
||||||
|
|
||||||
const m::event event
|
const m::event::fetch event
|
||||||
{
|
{
|
||||||
event_id
|
event_id
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue