the 'all' button is not depositing inventory into storage anymore
"ALL" button is not working
Same here. All button not working.
Change
if (args == null)
to
if (args == null || args.Length == 0) 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)