Even the best case / shows a lack of resistance / but not you, fine then
7
   
Award
Favorite
Favorited
Unfavorite
Download
"--------------------------------------------------------------------------------
+ config[accounts] "full array of things, junk spacers included" so as to find some way to do this without manually specifiying the indexes
+ accounts = [];
+ config[accounts].forEach((account) => accounts.push(ACopyAndShitWithIndexes))
+ same concat call as before to trim it
+ proceeding to same forEach Fill with the meat
+ event=saveIntoStateAccounts selecting HOW THOUGH hopefully with a second index or I coul use find really
+ full accounts log gets saved at the end an array of objects name as matter of rouce, mail, steamID pass? key?
XXX consider only using the keys for guarded accounts?
###################################################################################"