fix: async
This commit is contained in:
parent
1a3a8f28d0
commit
6c7221a7f7
|
@ -151,7 +151,7 @@ export default class Engine {
|
|||
System.active = true;
|
||||
}
|
||||
});
|
||||
this.saveEcs(join('homesteads', `${id}`), ecs);
|
||||
await this.saveEcs(join('homesteads', `${id}`), ecs);
|
||||
}
|
||||
|
||||
async createPlayer(id) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user