mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-25 21:03:51 +00:00
fix: misleading indentation on PLAYER_ALIVE/PLAYER_UNGHOST event emits
The emit calls were indented at a level suggesting they were outside the if/else blocks, but braces placed them inside. Fixed to match the actual control flow, preventing a future maintainer from "correcting" the indentation and accidentally changing the logic.
This commit is contained in:
parent
ec24bcd910
commit
b3abf04dbb
1 changed files with 2 additions and 2 deletions
Loading…
Add table
Add a link
Reference in a new issue