1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-03 03:40:56 +00:00
* Fixed: FFZ not correctly loading on dashboard pages.
This commit is contained in:
SirStendec 2024-01-24 12:12:08 -05:00
parent e8bb25f982
commit f89938ba5a
5 changed files with 21 additions and 12 deletions

View file

@ -111,7 +111,7 @@ export default class ChatLine extends Module {
message: text,
id: msg.id,
user: msg.user,
room: msg.room,
roomLogin: msg.roomLogin,
roomID: msg.roomID
});