From 76e56355e2dc92bc3038aa0134b94e8e91e40f83 Mon Sep 17 00:00:00 2001 From: SunoFang Date: Wed, 7 Aug 2024 23:25:30 +0200 Subject: [PATCH] Game no longer freezes when spawning --- html/create_object.html | 1 - 1 file changed, 1 deletion(-) diff --git a/html/create_object.html b/html/create_object.html index a4c3085a9a..0625ab9e5c 100644 --- a/html/create_object.html +++ b/html/create_object.html @@ -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;