Skip to content

Commit

Permalink
Game no longer freezes when spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
sunofang committed Aug 7, 2024
1 parent 96c596a commit 76e5635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html/create_object.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
var objects = object_paths == null ? new Array() : object_paths.split(";");

document.spawner.filter.focus();
populateList(objects);

function populateList(from_list) {
object_list.options.length = 0;
Expand Down

0 comments on commit 76e5635

Please sign in to comment.