Merge branch 'master' of ssh://184.154.0.242:7999/min/mineplex into MC_1.8
This commit is contained in:
commit
c4d6bcba02
@ -398,9 +398,9 @@ public class RewardManager
|
||||
RewardRarity rarity = type.generateRarity(requiresUncommon);
|
||||
|
||||
//Dont give Rank Upgrade if already has Titan
|
||||
if (true || rarity == RewardRarity.MYTHICAL)
|
||||
if (rarity == RewardRarity.MYTHICAL)
|
||||
{
|
||||
if (canGiveMythical && type == RewardType.MythicalChest/* && Math.random() <= 0.1*/)
|
||||
if (canGiveMythical && type == RewardType.MythicalChest && Math.random() <= 0.1)
|
||||
{
|
||||
return getLogitechPrize();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user