-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
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
Feature: Last server #2046
Feature: Last server #2046
Conversation
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/config/features/misc/MiscConfig.java
Conflicts have been resolved! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not work for me. LorenzUtils.inSkyBlock
is false at the moment the world change event fires.
I suggest an different approach:
periodically check the value of HypixelData.serverId
, compare against last known value. If the value changes, assume server switch. This should also work faster than 5 seconds after joining. Also fixed the potential bug when a user quickly swaps servers in under 5 seconds.
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works fine now
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
What
This Pull Request adds a feature, which reminds the player if he joins a server he joined previously (customisable time).
Images
Changelog New Features