Cash shop transition patch
Solved an issue where players were being unable to return to the game once exiting the cash shop.
This commit is contained in:
@@ -42,7 +42,6 @@ public class EnterCashShopHandler extends AbstractMaplePacketHandler {
|
||||
if (mc.cannotEnterCashShop()) {
|
||||
c.announce(MaplePacketCreator.enableActions());
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
if(mc.getEventInstance() != null) {
|
||||
|
||||
Reference in New Issue
Block a user