There was an error while loading. Please reload this page.
funkin.api.newgrounds
1 parent f8841ba commit 9742cfbCopy full SHA for 9742cfb
1 file changed
source/funkin/modding/PolymodHandler.hx
@@ -452,15 +452,6 @@ class PolymodHandler
452
Polymod.blacklistImport(className);
453
}
454
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
-
464
// `io.newgrounds.*`
465
// Contains functions which allow for cheating medals and leaderboards.
466
for (cls in ClassMacro.listClassesInPackage('io.newgrounds'))
0 commit comments