Fix feedback
This commit is contained in:
parent
73fa0ecbfc
commit
2d0fc1072f
1 changed files with 0 additions and 3 deletions
|
@ -602,9 +602,6 @@ export class GameScene extends ResizableScene implements CenterListener {
|
||||||
this.scene.wake();
|
this.scene.wake();
|
||||||
this.scene.sleep(ReconnectingSceneName);
|
this.scene.sleep(ReconnectingSceneName);
|
||||||
|
|
||||||
//init connection in silent mode
|
|
||||||
this.connection.setSilent(true);
|
|
||||||
|
|
||||||
//init user position and play trigger to check layers properties
|
//init user position and play trigger to check layers properties
|
||||||
this.gameMap.setPosition(this.CurrentPlayer.x, this.CurrentPlayer.y);
|
this.gameMap.setPosition(this.CurrentPlayer.x, this.CurrentPlayer.y);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue