This commit is contained in:
jordan4ibanez 2024-04-15 10:48:51 -04:00
parent f4b60e0c3a
commit 36e1c6d806

View File

@ -1,4 +1,6 @@
// Stop minetest from COMPLAINING ABOUT EVERYTHING!
minetest.global_exists = (name: string): boolean => {
return true;
}
}
// This probably won't blow everything up, maybe.
setmetatable(_G, {});