-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Backend: TickEvent repeatSeconds Deprecation #3098
base: beta
Are you sure you want to change the base?
Conversation
Signed-off-by: J10a1n15 <[email protected]>
Signed-off-by: J10a1n15 <[email protected]>
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <[email protected]>
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
Signed-off-by: J10a1n15 <[email protected]>
Signed-off-by: J10a1n15 <[email protected]>
Signed-off-by: J10a1n15 <[email protected]>
Signed-off-by: J10a1n15 <[email protected]>
Signed-off-by: J10a1n15 <[email protected]>
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <[email protected]>
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/features/nether/SulphurSkitterBox.kt
Signed-off-by: J10a1n15 <[email protected]>
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/features/bingo/card/nextstephelper/BingoNextStepHelper.kt
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/features/rift/area/wyldwoods/RiftLarva.kt # src/main/java/at/hannibal2/skyhanni/features/rift/area/wyldwoods/RiftOdonata.kt
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/features/bingo/card/nextstephelper/BingoNextStepHelper.kt # src/main/java/at/hannibal2/skyhanni/features/nether/SulphurSkitterBox.kt # src/main/java/at/hannibal2/skyhanni/features/rift/area/wyldwoods/RiftLarva.kt # src/main/java/at/hannibal2/skyhanni/features/rift/area/wyldwoods/RiftOdonata.kt
Conflicts have been resolved! 🎉 |
One or more Detekt Failures were detected:
|
Signed-off-by: J10a1n15 <[email protected]>
What
I kinda feel like repeatSeconds should have its @Deprecation (oops, hi 👋) removed.I did that, pls feedbackIn some cases, like in the screenshot below the repeatSeconds event is better to look at.
In some rare cases using this is 100% better
The Ordanata/Larva changes might seem weird at first, but the main method alr ran every second, and the other variables had no other use cases so this should be fine.
Keeps the .repeatSeconds in the Reputation Helper since this one should be resolved by "removing" TablistUtils.getTablist()Done by #3207Changelog Technical Details