0
0
Fork 0
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:
Jason Volk 2019-09-24 20:32:40 -07:00
parent 015134db6e
commit 67c00f7283

View file

@ -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
}; };