1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

Merge branch 'master' into fix-fabric-world-manager-performance

This commit is contained in:
chris
2024-08-20 11:12:05 +02:00
committed by GitHub
72 changed files with 15631 additions and 219 deletions

View File

@@ -89,6 +89,11 @@ public abstract class GeyserModBootstrap implements GeyserBootstrap {
}
public void onGeyserEnable() {
// "Disabling" a mod isn't possible; so if we fail to initialize we need to manually stop here
if (geyser == null) {
return;
}
if (GeyserImpl.getInstance().isReloading()) {
if (!loadConfig()) {
return;