From 6a42c8f5fb30182c897033ca1fca200c4e9fc9ba Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Thu, 3 Oct 2024 16:53:18 -0400 Subject: [PATCH] Blacklist two additional Polymod classes --- source/funkin/modding/PolymodHandler.hx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/funkin/modding/PolymodHandler.hx b/source/funkin/modding/PolymodHandler.hx index 52d4624c..b94b93e7 100644 --- a/source/funkin/modding/PolymodHandler.hx +++ b/source/funkin/modding/PolymodHandler.hx @@ -273,6 +273,8 @@ class PolymodHandler // Literally just has a private `resolveClass` function for some reason? Polymod.blacklistImport('lime.utils.Assets'); Polymod.blacklistImport('openfl.utils.Assets'); + Polymod.blacklistImport('openfl.Lib'); + Polymod.blacklistImport('openfl.system.ApplicationDomain'); // `openfl.desktop.NativeProcess` // Can load native processes on the host operating system.