Commit 7080a77
authored
fix: loadouts being empty on brand-new profiles (#661)
In 11b4373 we did some refactoring, but
because of how it ended up, this code path never gets hit when using
loadout profiles.
Fixes an issue reported on Discord where new profiles would start with
empty loadouts.1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
| 211 | + | |
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| |||
0 commit comments