mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 18:40:46 +00:00
join resource reload in fabric impl
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user