[HOTFIX] Fix Loadout Validations (#40189)

p0 bugfix

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
Princess Cheeseballs 2025-09-10 10:31:12 -07:00 committed by Vanessa
parent d292de3b60
commit 7db368a6a0
1 changed files with 3 additions and 0 deletions

View File

@ -696,6 +696,9 @@ namespace Content.Shared.Preferences
continue;
}
// This happens after we verify the prototype exists
// These values are set equal in the database and we need to make sure they're equal here too!
loadouts.Role = roleName;
loadouts.EnsureValid(this, session, collection);
}