Files
wwdpublic/Content.Server/Administration/Systems/AdminSystem.cs
VMSolidus 7fcaa07a16 Don't Assume Sessions Are Real (#1655)
# Description

This system was just blindly assuming a session couldn't be null without
proving it wasn't, and two different functions both incorrectly made
this assumption. I have no idea how the hell they managed to sneak it
past the compiler's null reference test.

(cherry picked from commit 53aaba2f17fb382a669af70ee0e3b05b36b13cc3)
2025-01-29 20:19:34 +03:00

17 KiB