Merge remote-tracking branch 'refs/remotes/origin/develop' into update/gem-hunters

This commit is contained in:
Sam 2017-06-08 02:09:24 +01:00
commit 8c821af9de
2 changed files with 3 additions and 4 deletions

View File

@ -176,7 +176,7 @@ public class CashOutModule extends MiniPlugin
}
else
{
Portal.getInstance().sendPlayerToGenericServer(player, GenericServer.BETA_HUB, Intent.FORCE_TRANSFER);
Portal.getInstance().sendPlayerToGenericServer(player, GenericServer.HUB, Intent.FORCE_TRANSFER);
runSyncLater(() ->
{

View File

@ -5,9 +5,8 @@ package mineplex.quest.common;
*/
public enum QuestRarity
{
// TODO fill in actual weights
COMMON(0.5),
RARE(0.3),
COMMON(1.0),
RARE(0.5),
LEGENDARY(0.1)
;