diff --git a/mods/a_mod_by_alice.js b/mods/a_mod_by_alice.js
index 553aacc1..60007e87 100644
--- a/mods/a_mod_by_alice.js
+++ b/mods/a_mod_by_alice.js
@@ -26687,9 +26687,10 @@ ${eightSpaces}Example full decor definition: bird:0.04:10:#FF0000,#FFFF00,#00FF0
}
function rebuildWorldgenList() { //vanilla code
+ document.getElementById("worldgenselect").innerHTML = '';
for (var key in worldgentypes) {
document.getElementById("worldgenselect").innerHTML += "";
- }
+ };
};
function bareClear() {