You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_20_2/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_20_R2/PaperweightPlatformAdapter.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -444,8 +444,7 @@ public static LevelChunkSection newChunkSection(
444
444
}
445
445
446
446
intbitsPerEntryNonZero = Math.max(bitsPerEntry, 1); // We do want to use zero sometimes
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_20_4/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_20_R3/PaperweightPlatformAdapter.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -444,8 +444,7 @@ public static LevelChunkSection newChunkSection(
444
444
}
445
445
446
446
intbitsPerEntryNonZero = Math.max(bitsPerEntry, 1); // We do want to use zero sometimes
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_20_5/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_20_R4/PaperweightPlatformAdapter.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -438,8 +438,7 @@ public static LevelChunkSection newChunkSection(
438
438
}
439
439
440
440
intbitsPerEntryNonZero = Math.max(bitsPerEntry, 1); // We do want to use zero sometimes
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_21/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_21_R1/PaperweightPlatformAdapter.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -428,8 +428,7 @@ public static LevelChunkSection newChunkSection(
428
428
}
429
429
430
430
intbitsPerEntryNonZero = Math.max(bitsPerEntry, 1); // We do want to use zero sometimes
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_21_4/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_21_4/PaperweightPlatformAdapter.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -414,8 +414,7 @@ public static LevelChunkSection newChunkSection(
414
414
}
415
415
416
416
intbitsPerEntryNonZero = Math.max(bitsPerEntry, 1); // We do want to use zero sometimes
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_21_5/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_21_5/PaperweightPlatformAdapter.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -413,8 +413,7 @@ public static LevelChunkSection newChunkSection(
413
413
}
414
414
415
415
intbitsPerEntryNonZero = Math.max(bitsPerEntry, 1); // We do want to use zero sometimes
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_21_6/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_21_6/PaperweightPlatformAdapter.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -442,8 +442,7 @@ public static LevelChunkSection newChunkSection(
442
442
}
443
443
444
444
intbitsPerEntryNonZero = Math.max(bitsPerEntry, 1); // We do want to use zero sometimes
Copy file name to clipboardExpand all lines: worldedit-bukkit/adapters/adapter-1_21_9/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_21_9/PaperweightPlatformAdapter.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -449,8 +449,7 @@ public static LevelChunkSection newChunkSection(
449
449
}
450
450
451
451
intbitsPerEntryNonZero = Math.max(bitsPerEntry, 1); // We do want to use zero sometimes
0 commit comments