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:
parent
56aea797bf
commit
cb7a5be75f
@ -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]) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user