Skip to content

Some small touchups to the GUI#11505

Merged
lynxplay merged 1 commit into
masterfrom
fix/gui-booms
Oct 20, 2024
Merged

Some small touchups to the GUI#11505
lynxplay merged 1 commit into
masterfrom
fix/gui-booms

Conversation

@electronicboy
Copy link
Copy Markdown
Member

Fixes #11494 - As noted on the issue, the method here can blow up in certain cases, the GUI logic already handles "the mouse is missing", and so, we'll just catch this and move on.

Misc fix - There is probably an issue report for this somewhere, but, the details section utilised the bukkit singleton to try to get the TPS from the server. We already have the MinecraftServer instance passed into us, and so we'll just get the information directly from there instead.

@electronicboy electronicboy requested a review from a team as a code owner October 20, 2024 15:56
Fixes #11494 - As noted on the issue, the method here can blow up in
certain cases, the GUI logic already handles "the mouse is missing",
and so, we'll just catch this and move on.

Misc fix - There is probably an issue report for this somewhere,
but, the details section utilised the bukkit singleton to try to get
the TPS from the server. We already have the MinecraftServer instance
passed into us, and so we'll just get the information directly from there instead.
@lynxplay lynxplay merged commit 14a48cd into master Oct 20, 2024
@lynxplay lynxplay deleted the fix/gui-booms branch October 20, 2024 23:10
LeonTG pushed a commit to LeonTG/Paper that referenced this pull request May 17, 2026
As noted on the issue, the method here can blow up in
certain cases, the GUI logic already handles "the mouse is missing",
and so, we'll just catch this and move on.

Misc fix - There is probably an issue report for this somewhere,
but, the details section utilised the bukkit singleton to try to get
the TPS from the server. We already have the MinecraftServer instance
passed into us, and so we'll just get the information directly from there instead.

Fixes: PaperMC#11494
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Merged

Development

Successfully merging this pull request may close these issues.

Server crashes when pc wake up from iddle and monitor turns on (mouse, Cannot invoke "java.awt.PointerInfo.getLocation()" because "pi" is null)

3 participants