mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 23:38:30 +08:00
Fixed bug in QuestModel.
This commit is contained in:
parent
2ed9659d9b
commit
13fd0a984c
@ -131,8 +131,8 @@ export class QuestModel {
|
|||||||
this.objects,
|
this.objects,
|
||||||
);
|
);
|
||||||
|
|
||||||
this.entities_per_area.observe(this.update_area_variants);
|
this.entities_per_area.observe(this.update_area_variants, { call_now: true });
|
||||||
this.map_designations.observe(this.update_area_variants);
|
this.map_designations.observe(this.update_area_variants, { call_now: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
set_id(id: number): this {
|
set_id(id: number): this {
|
||||||
|
Loading…
Reference in New Issue
Block a user