mirror of
https://github.com/matrix-construct/construct
synced 2025-01-02 10:54:16 +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]
|
||||
};
|
||||
|
||||
const m::event event
|
||||
const m::event::fetch event
|
||||
{
|
||||
event_id
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue