join resource reload in fabric impl

This commit is contained in:
dfsek
2022-01-31 10:01:17 -07:00
parent 1a105b3417
commit 862d008f4c

View File

@@ -89,7 +89,7 @@ public class PlatformImpl extends AbstractPlatform {
server.reloadResources(server.getDataPackManager().getNames()).exceptionally(throwable -> {
LOGGER.warn("Failed to execute reload", throwable);
return null;
});
}).join();
}
worlds.forEach(world -> {