disabled gems
This commit is contained in:
parent
909c0d9be7
commit
19dfafe9ed
@ -146,6 +146,8 @@ public class Christmas extends SoloGame
|
|||||||
this.HungerSet = 20;
|
this.HungerSet = 20;
|
||||||
this.WorldTimeSet = 2000;
|
this.WorldTimeSet = 2000;
|
||||||
this.PrepareFreeze = false;
|
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
|
//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);
|
((CraftPlayer) player).getHandle().playerConnection.sendPacket(packet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void AddGems(Player player, double gems, String reason, boolean countAmount)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user