1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 10:11:50 +00:00

Ignore this

This commit is contained in:
Bagel03 2022-01-31 22:04:41 -05:00 committed by GitHub
parent 56aea797bf
commit cb7a5be75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,7 @@ export class ModLoader {
// @ts-ignore
const module = modules(key);
for (const member in module) {
if (member === "default" || member === "$s") {
// Setter
if (member === "default") {
continue;
}
if (exports[member]) {