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
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,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(() ->
{