Finish channel flag admin message
This commit is contained in:
parent
71960104eb
commit
c970faa928
|
@ -16,5 +16,7 @@ export const ch_flag: ServerEventListener<"ch_flag"> = {
|
||||||
|
|
||||||
const ch = ChannelList.getList().find(c => c.getID() == chid);
|
const ch = ChannelList.getList().find(c => c.getID() == chid);
|
||||||
if (!ch) return;
|
if (!ch) return;
|
||||||
|
|
||||||
|
ch.setFlag(msg.key, msg.value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue