mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-25 07:01:20 -09:00
Bugfix
This commit is contained in:
parent
4d2f13eac0
commit
b9a28de065
@ -675,7 +675,7 @@ globalThis.modapi_postinit = `(() => {
|
||||
var x = originalOptionsInit.apply(this, args);
|
||||
|
||||
//NOT A BUG DO NOT FIX
|
||||
var msg = Math.random() < 0.05 ? "Plugins" : "Mods";
|
||||
var msg = Math.random() < 0.025 ? "Plugins" : "Mods";
|
||||
|
||||
// Find the right constructor. (int id, int x, int y, int width, int height, String buttonText);
|
||||
var btnConstructor = ModAPI.hooks._classMap['nmcg_GuiButton'].constructors.filter(c => { return c.length === 6 })[0];
|
||||
|
@ -675,7 +675,7 @@
|
||||
var x = originalOptionsInit.apply(this, args);
|
||||
|
||||
//NOT A BUG DO NOT FIX
|
||||
var msg = Math.random() < 0.05 ? "Plugins" : "Mods";
|
||||
var msg = Math.random() < 0.025 ? "Plugins" : "Mods";
|
||||
|
||||
// Find the right constructor. (int id, int x, int y, int width, int height, String buttonText);
|
||||
var btnConstructor = ModAPI.hooks._classMap['nmcg_GuiButton'].constructors.filter(c => { return c.length === 6 })[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user