issues
search
hannibal002
/
SkyHanni
SkyHanni is a 1.8.9 Minecraft Mod for Hypixel SkyBlock.
https://discord.gg/skyhanni-997079228510117908
GNU Lesser General Public License v2.1
335
stars
195
forks
source link
Fix + Backend: No more random chat + CircularList
#2878
Closed
hannibal002
closed
2 weeks ago
hannibal002
commented
2 weeks ago
What
Fixed Great Spook chat solution sending random chars in chat
Changelog Fixes
Fixed Great Spook chat solution sending random characters in chat. - hannibal2
Changelog Technical Details
Added CircularList. - hannibal2
A CircularList allows continuous retrieval of elements in order, looping back to the start when the end is reached.
github-actions[bot]
commented
2 weeks ago
One or more Detekt Failures were detected:
ChatUtils.kt#L279
: Missing newline after "{"
github-actions[bot]
commented
2 weeks ago
One or more Detekt Failures were detected:
IslandAreas.kt#L92
: Unexpected indentation (8) (should be 12)
IslandAreas.kt#L93
: Unexpected indentation (12) (should be 16)
IslandAreas.kt#L94
: Unexpected indentation (12) (should be 16)
IslandAreas.kt#L95
: Unexpected indentation (8) (should be 12)
IslandAreas.kt#L245
: Unexpected indentation (8) (should be 12)
What
Fixed Great Spook chat solution sending random chars in chat
Changelog Fixes
Changelog Technical Details