mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
fix corrective proxy setters again
This commit is contained in:
parent
9f9d91f6a3
commit
64745a86f7
@ -541,7 +541,7 @@ globalThis.modapi_postinit = "(" + (() => {
|
||||
var corrective = !!this._corrective;
|
||||
var outProp = "$" + prop;
|
||||
if (corrective) {
|
||||
outProp = ModAPI.util.getNearestProperty(target, outProp);
|
||||
outProp = ModAPI.util.getNearestProperty(object, outProp);
|
||||
}
|
||||
object[outProp] = value;
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user