208209210211212213214
if (player == null) { return; } player.setRecomBonusTime(0); player.sendPacket(new ExVoteSystemInfo(player)); }
2200220122022203220422052206
/** * Method sendVoteSystemInfo. */ public void sendVoteSystemInfo() { sendPacket(new ExVoteSystemInfo(this)); }