Skip to content

Release 1.2.3

Compare
Choose a tag to compare
@ItziSpyder ItziSpyder released this 17 Apr 04:05
· 108 commits to main since this release
Version: 1.2.3

# I'M BACK FROM BREAK!

Tweaks:
  - Added render tweaks to the GUI, hope you like it!

Optimizations:
  - now rendering round rectangles with a single draw call instead of 7, more optimized
  - replaced schedulers and atomic integers with Animator.java that's way more optimized and efficient

Modules:
  - added module HealthTags -> this is in beta
  
Hotfixes and Patches:
  - Fixed PlayerUtils kick screen permanently - cause was handling packets didn't have a player null check
  - Fixed enabled Scripts not unregistering events - discovered by obvWolf, reported by Ceptea
  - Memory leak being able to register the same Listener to the EventBus multiple times
  - Fixed resource hud's hitbox being weird inside of Hud Edit Screen - reported multiple times