Files
wwdpublic/Content.Server/Singularity/EntitySystems
ilmenwe 43b85c9bac Container Manager Changed to Container System [Obsolete Fix] (#2231)
# Description

Removed references to obsolete function in the Container manager,
replaced them with the recommended ContainerSystem function calls.
Might have unified/verbosed a few variable names while at it.

- [x] remove container manager references
- [x] add container system refences
- [x] run tests to look for warnings.
- [x] run game looking for clear errors from things changed
- [ ] Scream about all the unnecessary changes compare to whats needed
to fix the actual warnings.

# Changelog

🆑
- remove: ContainerManager references
- add: ContainerSystem references
- tweak: some variable naming

---------

Co-authored-by: ilmenwe <no@mail.com>
(cherry picked from commit 82f2d04e132cf66975c253bfc06163e2cfa3f063)
2025-04-18 19:52:54 +03:00
..