mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-26 09:20:51 +01:00
fix mute composer, credits - layne
This commit is contained in:
parent
aa8a68de28
commit
5c35918370
@ -6,7 +6,7 @@ export class RoomMuteUserComposer implements IMessageComposer<ConstructorParamet
|
|||||||
|
|
||||||
constructor(userId: number, minutes: number, roomId: number = 0)
|
constructor(userId: number, minutes: number, roomId: number = 0)
|
||||||
{
|
{
|
||||||
this._data = [userId, minutes, roomId];
|
this._data = [userId, roomId, minutes];
|
||||||
}
|
}
|
||||||
|
|
||||||
public getMessageArray()
|
public getMessageArray()
|
||||||
|
Loading…
Reference in New Issue
Block a user