Skip to content

Commit 9742cfb

Browse files
MightyTheArmiddiloKade-github
authored andcommitted
Remove duplicate blacklisting of the funkin.api.newgrounds package
1 parent f8841ba commit 9742cfb

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

source/funkin/modding/PolymodHandler.hx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -452,15 +452,6 @@ class PolymodHandler
452452
Polymod.blacklistImport(className);
453453
}
454454

455-
// `funkin.api.newgrounds.*`
456-
// Contains functions which allow for cheating medals and leaderboards.
457-
for (cls in ClassMacro.listClassesInPackage('funkin.api.newgrounds'))
458-
{
459-
if (cls == null) continue;
460-
var className:String = Type.getClassName(cls);
461-
Polymod.blacklistImport(className);
462-
}
463-
464455
// `io.newgrounds.*`
465456
// Contains functions which allow for cheating medals and leaderboards.
466457
for (cls in ClassMacro.listClassesInPackage('io.newgrounds'))

0 commit comments

Comments
 (0)