Hooray!
This commit is contained in:
parent
f4b60e0c3a
commit
36e1c6d806
@ -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, {});
|
Loading…
x
Reference in New Issue
Block a user