fixed a typo on line 500
This commit is contained in:
parent
a79ed28dc2
commit
171c491497
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ async function update_entrances(entrances) {
|
|||
scene: scene_title,
|
||||
entrances: {
|
||||
found: entrances.scenes[scene_title].found,
|
||||
remaining: entrance.scenes[scene_title].remaining,
|
||||
remaining: entrances.scenes[scene_title].remaining,
|
||||
},
|
||||
});
|
||||
scene.querySelector(
|
||||
|
|
Loading…
Reference in a new issue