public void action() {
owner.getActionSender().sendScreenshot();
}
});
if (Config.elo) {
Elo winner = player.getProperty("elo");
Elo loser = this.getProperty("elo");
winner.recalculateForWin(loser);
}
KillDeathHistory kdh = player.getProperty("killDeathHistory");
KillDeathHistory tkdh = this.getProperty("killDeathHistory");