Reformat and clean up "net" package
This commit is contained in:
@@ -51,9 +51,10 @@ public final class MoveSummonHandler extends AbstractMovementPacketHandler {
|
||||
updatePosition(p, summon, 0);
|
||||
long movementDataLength = p.getPosition() - movementDataStart; //how many bytes were read by updatePosition
|
||||
p.seek(movementDataStart);
|
||||
|
||||
|
||||
player.getMap().broadcastMessage(player, PacketCreator.moveSummon(player.getId(), oid, startPos, p, movementDataLength), summon.getPosition());
|
||||
} catch (EmptyMovementException e) {}
|
||||
} catch (EmptyMovementException e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user