HotFix performance
- Change forceSetTimeOut to false and permit to freeze the scene. - Fix style sending audio message - Fix banned message from admin console
This commit is contained in:
parent
a43afbc124
commit
e7b5bb261d
4 changed files with 5 additions and 3 deletions
|
@ -5,6 +5,7 @@ export enum AdminMessageEventTypes {
|
|||
admin = 'message',
|
||||
audio = 'audio',
|
||||
ban = 'ban',
|
||||
banned = 'banned',
|
||||
}
|
||||
|
||||
interface AdminMessageEvent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue