disabled gems

This commit is contained in:
Chiss 2014-12-15 13:58:36 +11:00
parent 909c0d9be7
commit 19dfafe9ed
1 changed files with 2 additions and 6 deletions

View File

@ -146,6 +146,8 @@ public class Christmas extends SoloGame
this.HungerSet = 20;
this.WorldTimeSet = 2000;
this.PrepareFreeze = false;
this.Manager.GetServerConfig().RewardGems = false;
}
//parse 129 19 47 48 103 86 137 56 22 45 121 14 15 16 87 88 89 153 173 172 162
@ -679,10 +681,4 @@ public class Christmas extends SoloGame
((CraftPlayer) player).getHandle().playerConnection.sendPacket(packet);
}
}
@Override
public void AddGems(Player player, double gems, String reason, boolean countAmount)
{
}
}