From 1952707fe97af3c98e19b3cb662b955127172452 Mon Sep 17 00:00:00 2001 From: sunofang <38206283+sunofang@users.noreply.github.com> Date: Sat, 17 Aug 2024 08:16:34 +0200 Subject: [PATCH] Game no longer freezes when spawning stuff (#361) --- 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;