Pushing changeAvatar file

This commit is contained in:
eTronic
2018-06-25 13:38:15 -04:00
parent 184690d252
commit 279778ae7c

View File

@@ -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();
});*/