We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event Notifications debug command doesn't check if debug is enabled
This should be wrapped in an if Debug.debugEnabled() check.
Debug.debugEnabled()
Skyblocker/src/main/java/de/hysky/skyblocker/skyblock/events/EventNotifications.java
Lines 62 to 85 in 3b344cd
No response
1.21.0/1.21.1
skyblocker-1.22.2+1.21.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
Event Notifications debug command doesn't check if debug is enabled
Screenshots
This should be wrapped in an if
Debug.debugEnabled()
check.Skyblocker/src/main/java/de/hysky/skyblocker/skyblock/events/EventNotifications.java
Lines 62 to 85 in 3b344cd
Log output
No response
Minecraft Version
1.21.0/1.21.1
Skyblocker Version
skyblocker-1.22.2+1.21.1
Additional context
No response
The text was updated successfully, but these errors were encountered: