fix: async

This commit is contained in:
cha0s 2024-06-29 09:50:18 -05:00
parent 1a3a8f28d0
commit 6c7221a7f7

View File

@ -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) {