instance lists
This commit is contained in:
@@ -27,7 +27,7 @@ class Home extends Phaser.Scene {
|
||||
}
|
||||
|
||||
create() {
|
||||
this.registry.get('ws').sendAccountPlayers();
|
||||
this.registry.get('ws').sendAccountInstances();
|
||||
|
||||
this.registry.events.on('changedata', this.updateData, this);
|
||||
this.registry.events.on('setdata', this.updateData, this);
|
||||
|
||||
Reference in New Issue
Block a user