christmas no longer rewards gems

This commit is contained in:
Chiss 2014-12-15 13:56:48 +11:00
parent d0f8a6a063
commit 909c0d9be7
1 changed files with 6 additions and 0 deletions

View File

@ -679,4 +679,10 @@ public class Christmas extends SoloGame
((CraftPlayer) player).getHandle().playerConnection.sendPacket(packet); ((CraftPlayer) player).getHandle().playerConnection.sendPacket(packet);
} }
} }
@Override
public void AddGems(Player player, double gems, String reason, boolean countAmount)
{
}
} }