General Troubleshooting
Platforms
Velocity
Affected Minecraft Version(s)
1.21.x
Expected Behaviour
Perspective mode should be disabled even if it was enabled on a another server.
Code Example for Reproduction Steps
@Subscribe
public void onLabyPlayerJoin(LabyModPlayerJoinEvent e) {
// Both of these cause the issue.
//e.labyModPlayer().disableAddons("betterperspective");
BetterPerspectivePlayer betterPerspectivePlayer = e.labyModPlayer().getIntegrationPlayer(BetterPerspectivePlayer.class);
betterPerspectivePlayer.denyUnlockCamera();
}
Exception or Error
Additional Information
Perspective stays enabled on servers where it should be disabled if it was enabled before.
General Troubleshooting
Platforms
Velocity
Affected Minecraft Version(s)
1.21.x
Expected Behaviour
Perspective mode should be disabled even if it was enabled on a another server.
Code Example for Reproduction Steps
Exception or Error
Additional Information
Perspective stays enabled on servers where it should be disabled if it was enabled before.