Fix to use clear All Keys
This commit is contained in:
parent
64cd07cc39
commit
b92b7304b0
5 changed files with 9 additions and 5 deletions
|
@ -1263,7 +1263,7 @@ export class GameScene extends ResizableScene implements CenterListener {
|
|||
|
||||
private bannedUser(){
|
||||
this.cleanupClosingScene();
|
||||
this.userInputManager.clearAllInputKeyboard();
|
||||
this.userInputManager.clearAllKeys();
|
||||
this.scene.start(ErrorSceneName, {
|
||||
title: 'Banned',
|
||||
subTitle: 'You was banned of WorkAdventure',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue