1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Remove outdated code for .50/.60, fix bug with reloading geyser on standalone

This commit is contained in:
onebeastchris
2025-06-23 21:14:43 +02:00
parent 7900a911ed
commit d3683b970a
7 changed files with 11 additions and 41 deletions

View File

@@ -236,6 +236,9 @@ public class GeyserStandaloneBootstrap implements GeyserBootstrap {
// Event must be fired after CommandRegistry has subscribed its listener.
// Also, the subscription for the Permissions class is created when Geyser is initialized.
cloud.fireRegisterPermissionsEvent();
} else {
// This isn't ideal - but geyserLogger#start won't ever finish, leading to a reloading deadlock
geyser.setReloading(false);
}
if (gui != null) {