Pushing changeAvatar file
This commit is contained in:
@@ -4,6 +4,7 @@ import Account from './classes/Account';
|
||||
console.log(`Changing avatars for all ${players.length} players!`);
|
||||
|
||||
/*players.forEach((player) => {
|
||||
const account = new Account(player);
|
||||
account.changeAvatar();
|
||||
});*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user