Area.rearrange() buggy?

  • I am receiving wrong results by Area.rearrange() if (some of?) the start point coordinates are greater than the ending point's. In practice, both points become equal to the original ending point.


    Looking into the matter, I noticed it uses code like this (and similarly for other conditions or other coordinates):



    which in fact makes both end and start chunk/block equal to the original end chunk/block. I suppose it should be instead:


    Am I wrong?

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!