[HOTFIX] Fix Loadout Validations (#40189)
p0 bugfix Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
98507eded1
commit
fc36a7a7c8
@@ -631,6 +631,9 @@ namespace Content.Shared.Preferences
|
|||||||
continue;
|
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);
|
loadouts.EnsureValid(this, session, collection);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user