Commit b5cafaa
mergetest
Click casting: don't drop the zone-in loadout check when it lands in combat
CheckLoadoutProfileSwitch now defers itself via pendingLoadoutCheck in
lockdown, so the zone-in+1s call site's own combat guard only served to
silently drop the check — the arena-load race the cold-start fix describes.
Call it unconditionally and let the function's deferral handle combat.1 parent eaf31cf commit b5cafaa
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | | - | |
117 | | - | |
118 | | - | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
0 commit comments