Skip to content

Fix for unheard stash bug #8

Description

@Manolo-el-Mecanico

IN MOD.JS

find this line " config.HideoutOptions.StashOptions.BiggerStash.enabled "

and bellow of " items["5811ce772459770e9e5f9532"]._props.Grids[0]._props.cellsV = 200; " add " items["6602bcf19cc643f44a04274b"]._props.Grids[0]._props.cellsV = 250; ", this is unheard stash id, I had tested this on my own profile and now works perfectly.

DO THE SAME IN MOD.TS THEN SAVE CHANGES

if (config.HideoutOptions.StashOptions.BiggerStash.enabled) {
try {
items["566abbc34bdc2d92178b4576"]._props.Grids[0]._props.cellsV = 50;
items["5811ce572459770cba1a34ea"]._props.Grids[0]._props.cellsV = 100;
items["5811ce662459770f6f490f32"]._props.Grids[0]._props.cellsV = 150;
items["5811ce772459770e9e5f9532"]._props.Grids[0]._props.cellsV = 200;
items["6602bcf19cc643f44a04274b"]._props.Grids[0]._props.cellsV = 250;
}
catch (error) {
logger.warning("\nHideoutOptions.StashOptions.BiggerStash failed. Send bug report. Continue safely.");
log(error);
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions