fix missed 1.16.2

This commit is contained in:
mastermc05 2022-03-30 15:43:55 +03:00 committed by GitHub
parent de510108a2
commit c5d113b77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -72,12 +72,12 @@ public class BukkitVersionHelperSpigot116_2 extends BukkitVersionHelperGeneric {
private Object[] biomelist;
@Override
public boolean isUnsafeAsync() {
return unsafeAsync;
}
@Override
public boolean isUnsafeAsync() {
return unsafeAsync;
}
/**
/**
* Get list of defined biomebase objects
*/
@Override