Send gem hunters players to normal hub upon cashout

This commit is contained in:
cnr 2017-06-07 18:26:56 -05:00
parent 83f6b4fa1d
commit 7cc7769378

View File

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