Skip to content

Commit

Permalink
Blacklist two additional Polymod classes
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteMasterEric committed Oct 3, 2024
1 parent ee7d50b commit 6a42c8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/modding/PolymodHandler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a42c8f

Please sign in to comment.