mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-10-31 17:43:44 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			fix/v7/spe
			...
			chore/anal
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 8b41342508 | 
| @@ -189,13 +189,13 @@ public class HybridUtils { | |||||||
|                 if (X == ctx) { |                 if (X == ctx) { | ||||||
|                     maxX = tx & 15; |                     maxX = tx & 15; | ||||||
|                 } else { |                 } else { | ||||||
|                     maxX = 16; |                     maxX = 15; | ||||||
|                 } |                 } | ||||||
|                 int maxZ; |                 int maxZ; | ||||||
|                 if (Z == ctz) { |                 if (Z == ctz) { | ||||||
|                     maxZ = tz & 15; |                     maxZ = tz & 15; | ||||||
|                 } else { |                 } else { | ||||||
|                     maxZ = 16; |                     maxZ = 15; | ||||||
|                 } |                 } | ||||||
|  |  | ||||||
|                 int chunkBlockX = X << 4; |                 int chunkBlockX = X << 4; | ||||||
| @@ -221,7 +221,7 @@ public class HybridUtils { | |||||||
|                 } |                 } | ||||||
|             }); |             }); | ||||||
|  |  | ||||||
|             final Runnable run = () -> TaskManager.runTaskAsync(() -> { |             final Runnable run = () -> { | ||||||
|                 int size = width * length; |                 int size = width * length; | ||||||
|                 int[] changes = new int[size]; |                 int[] changes = new int[size]; | ||||||
|                 int[] faces = new int[size]; |                 int[] faces = new int[size]; | ||||||
| @@ -296,7 +296,7 @@ public class HybridUtils { | |||||||
|                 analysis.variety_sd = (int) (MathMan.getSD(variety, analysis.variety) * 100); |                 analysis.variety_sd = (int) (MathMan.getSD(variety, analysis.variety) * 100); | ||||||
|                 whenDone.value = analysis; |                 whenDone.value = analysis; | ||||||
|                 whenDone.run(); |                 whenDone.run(); | ||||||
|             }); |             }; | ||||||
|             queue.setCompleteTask(run); |             queue.setCompleteTask(run); | ||||||
|             queue.enqueue(); |             queue.enqueue(); | ||||||
|         }); |         }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user