Remove/add some more comments

This commit is contained in:
dordsor21
2021-12-29 16:29:55 +00:00
parent ca5640e89e
commit 3a3143065d
3 changed files with 2 additions and 4 deletions

View File

@ -761,6 +761,7 @@ public class PaperweightGetBlocks extends CharGetBlocks implements BukkitGetBloc
throw e;
}
};
//noinspection unchecked - required at compile time
return (T) (Future) queueHandler.sync(chain);
} else {
if (callback == null) {