Fix cashout related problems with cashing out

This commit is contained in:
Sam 2017-02-24 20:52:54 +00:00
parent 43524465c7
commit a7edc830e0

View File

@ -169,7 +169,7 @@ public class CashOutModule extends MiniPlugin
session.endSession();
iterator.remove();
Portal.getInstance().sendPlayerToGenericServer(player, GenericServer.BETA_HUB, Intent.PLAYER_REQUEST);
Portal.getInstance().sendPlayerToGenericServer(player, GenericServer.BETA_HUB, Intent.FORCE_TRANSFER);
}
}
}