mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-22 21:51:17 -09:00
v2.7.6
This commit is contained in:
parent
cd99a75dd2
commit
0e0733926a
@ -14,7 +14,7 @@ var modapi_preinit = `globalThis.ModAPI ||= {};
|
||||
`;
|
||||
var freezeCallstack = `if(ModAPI.hooks.freezeCallstack){return false};`;
|
||||
const EFIConfig = {
|
||||
ModAPIVersion: "v2.7.5", //also change in package.json
|
||||
ModAPIVersion: "v2.7.6", //also change in package.json
|
||||
doEaglerforge: true,
|
||||
verbose: false,
|
||||
doServerExtras: false,
|
||||
|
@ -285,7 +285,7 @@ const modapi_postinit = "(" + (() => {
|
||||
return null;
|
||||
}
|
||||
ModAPI.array.object = function (jclass, size) {
|
||||
if (typeof jclass = "string") {
|
||||
if (typeof jclass === "string") {
|
||||
jclass = ModAPI.reflect.getClassById(jclass).class;
|
||||
}
|
||||
if (Array.isArray(size)) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eaglerforgeinjector",
|
||||
"version": "2.7.5",
|
||||
"version": "2.7.6",
|
||||
"description": "Advanced modding API injector for unminified, unobfuscated, unsigned eaglercraft builds.",
|
||||
"main": "node.js",
|
||||
"directories": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user