3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-12-26 19:02:36 +01:00
FastAsyncWorldEdit/worldedit-core/src
IronApollo 8247f78e9d Override hashCode method in AbstractRegion
This commit fixes the PlotSquared issue where running a PlotSquared command could result in intense lag on the main thread. This was mainly seen with running the /p info command on an extremely large plot.

Since #world can be null, the uniqueness of this hashCode is not the best, but since it's essentially just a collection of BlockVector3's, I don't believe this change will break anything. If it does, please let me know! Feedback on the uniqueness of this is welcomed.
2020-04-29 14:17:05 -04:00
..
legacy/java/com/sk89q/worldedit/blocks Upstream Merge 2020-01-10 22:32:12 -05:00
main Override hashCode method in AbstractRegion 2020-04-29 14:17:05 -04:00
test Re-apply 374ad99 2020-04-16 20:41:59 -04:00