loadSlotContent(player, slot, newSlot);
}
for (final Banks bank : Banks.values()) {
final RPSlot slot = player.getSlot(bank.getSlotName());
final PlayerSlot newSlot = new BankSlot(bank);
loadSlotContent(player, slot, newSlot);
}
} catch (final RuntimeException e) {
logger.error("cannot create player", e);
}