Skip to content

0.15.6 - Watch Metronome Fix

Compare
Choose a tag to compare
@Moffein Moffein released this 07 Dec 18:14
· 255 commits to main since this release
  • Watch Metronome

    • No longer calls RecalculateStats every frame.
    • Reduced network commands it sends (now only notifies server when buffcount needs to change, instead of every frame).
    • Fixed item logic being duplicated across all clients, potentially resulting in lots of lag (due to recalculate stats every frame and potentially 4-16 network commands being sent every frame).
    • Fixed jumping not pausing the charge (was only pausing the initial charge delay).
  • Dormant Fungus

    • Tweaked network code a bit to be more failsafe.