the 'all' button is not depositing inventory into storage anymore
"ALL" button is not workingFixed
Same here. All button not working.
Change
if (args == null)
to
if (args == null || args.Length == 0) Fixed in latest version
the 'all' button is not depositing inventory into storage anymore
Same here. All button not working.
Change
if (args == null)
to
if (args == null || args.Length == 0) Fixed in latest version