Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Durtur/Dungeoneer
Browse files Browse the repository at this point in the history
  • Loading branch information
Durtur committed Dec 30, 2022
2 parents 0fd2160 + 13e698b commit 937f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ var monsterNames;
var awesomePletes = [];
function updateAutoFill() {
var fields;
while (awesomePletes.length > 0) {
while (awesomePletes?.length > 0) {
awesomePletes.pop().destroy();
}
if (monsterNames == null) {
Expand Down

0 comments on commit 937f0ed

Please sign in to comment.