Remove "vote points" feature

This commit is contained in:
P0nk
2023-08-06 16:03:35 +02:00
parent 2686b2b02d
commit 449ab01bc2
6 changed files with 3 additions and 368 deletions

View File

@@ -357,11 +357,6 @@ public final class PlayerLoggedinHandler extends AbstractPacketHandler {
player.reloadQuestExpirations();
/*
if (!c.hasVotedAlready()){
player.sendPacket(PacketCreator.earnTitleMessage("You can vote now! Vote and earn a vote point!"));
}
*/
if (player.isGM()) {
Server.getInstance().broadcastGMMessage(c.getWorld(), PacketCreator.earnTitleMessage((player.gmLevel() < 6 ? "GM " : "Admin ") + player.getName() + " has logged in"));
}