Commit 2d3426c
authored
fix: use current world infos to compute worlds to remove (#315)
When computing worlds to remove, we need to look into current world infos, not the new ones. Previous code would raise key error since we were trying to find a world name that was not present in new world infos data structure.1 parent dcc104d commit 2d3426c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments