Fix feadback @Kharhamel
This commit is contained in:
parent
c6903cc4c5
commit
1dd2858424
1 changed files with 2 additions and 3 deletions
|
@ -1237,14 +1237,13 @@ export class GameScene extends ResizableScene implements CenterListener {
|
|||
}
|
||||
|
||||
private bannedUser(){
|
||||
this.cleanupClosingScene();
|
||||
this.userInputManager.clearAllInputKeyboard();
|
||||
this.scene.start(ErrorSceneName, {
|
||||
title: 'Banned',
|
||||
subTitle: 'You was banned of WorkAdventure',
|
||||
message: 'If you want more information, you can contact us: workadventure@thecodingmachine.com'
|
||||
});
|
||||
this.stopJitsi();
|
||||
coWebsiteManager.closeCoWebsite();
|
||||
this.userInputManager.clearAllInputKeyboard();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue