Skip to content

v1.7.5

Choose a tag to compare

@shmitzas shmitzas released this 21 May 08:25
4a63cf1

Changes

Bug Fixes

  • Fixed silent failures during map transitions that could cause unobserved async exceptions and server crashes
  • Added null guards around Core.Engine access in map loading, config execution, and team-limit overrides
  • Prevented disposed IPlayer references from desyncing playing-team lists during round resync
  • Plugin unload now properly unsubscribes lifecycle events and cancels all active timers to prevent callbacks against dead instances

Improvements

  • Replaced silent catch blocks and DetailedLogging-gated error paths with unconditional warnings so production issues are no longer swallowed
  • Invalid/disconnected player votes (timeout, surrender, votekick) now log a warning instead of silently dropping
  • Command alias cleanup on hot reload now reports null configuration entries instead of skipping silently

Full Changelog: v1.7.4...v1.7.5