diff --git a/builtin/common/settings/dlg_settings.lua b/builtin/common/settings/dlg_settings.lua index 9ea61cb63..3587e5f23 100644 --- a/builtin/common/settings/dlg_settings.lua +++ b/builtin/common/settings/dlg_settings.lua @@ -794,11 +794,6 @@ else end) core.open_settings = function() - -- this assert is here to make sure we catch all cases of closing the dialog. - -- this is also a little additional protection against processing input - -- we shouldn't process (e.g. coming from server-sent formspecs). - assert(not dialog) - load() dialog = {} dialog.data = {}