236237238239240241242243244245246
{ packets.add(new CharMoveToLocation(activeChar)); } if(activeChar.getMountNpcId() != 0) { packets.add(new Ride(activeChar)); } } sendPackets(packets); packets.clear(); activeChar.entering = false;