Change checked class
This commit is contained in:
parent
39adaeca56
commit
59f44f7425
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ public class BukkitVersionHelperSpigot119 extends BukkitVersionHelper {
|
|||
public BukkitVersionHelperSpigot119() {
|
||||
boolean unsafeAsync1;
|
||||
try {
|
||||
Class.forName("com.destroystokyo.paper.io.PaperFileIOThread");
|
||||
Class.forName("io.papermc.paper.chunk.system.io.RegionFileIOThread");
|
||||
unsafeAsync1 = false;
|
||||
} catch (ClassNotFoundException e) {
|
||||
unsafeAsync1 = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue