Guide Book as advancement reward

This commit is contained in:
Aleksey 2021-01-10 00:02:29 +03:00
parent 3b96ee6307
commit 1a4cc735d2
5 changed files with 37 additions and 7 deletions

View file

@ -43,7 +43,6 @@ public abstract class NamespaceResourceManagerMixin {
Resource stateRes = this.getResource(stateId);
resources.add(stateRes);
info.setReturnValue(resources);
info.cancel();
} catch (Exception ex) {
BetterEnd.LOGGER.catching(ex);
}