From 46ad19ad3a0c5ecc3a123f0fe6ad693302948c23 Mon Sep 17 00:00:00 2001 From: Abnormal <86753001+AbnormalPoof@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:23:03 +0000 Subject: [PATCH] Revert "blacklist one additional class" This reverts commit 3267c612587017298ab9f2e7d368331e9ac59285. --- source/funkin/modding/PolymodHandler.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/source/funkin/modding/PolymodHandler.hx b/source/funkin/modding/PolymodHandler.hx index eb0e77fc55..f3d9273b24 100644 --- a/source/funkin/modding/PolymodHandler.hx +++ b/source/funkin/modding/PolymodHandler.hx @@ -288,7 +288,6 @@ class PolymodHandler Polymod.blacklistImport('openfl.utils.Assets'); Polymod.blacklistImport('openfl.Lib'); Polymod.blacklistImport('openfl.system.ApplicationDomain'); - Polymod.blacklistImport('funkin.util.FunkinTypeResolver'); // `openfl.desktop.NativeProcess` // Can load native processes on the host operating system.