Files
wwdpublic/Content.Server/Silicon/IPC
VMSolidus cab5cf090f Fix SpawnAndDeleteAllEntities (#932)
# Description

After doing an archaological exploration of the fucking
SpawnAndDeleteAllEntities test fail, I eventually tracked down the bug
to an issue where InternalEncryptionKeySpawner is randomly being handed
a Null EntityUid which was Null Forgiven to make the compiler shut up.
The actual EntityUid factually cannot be null during ordinary operation,
except for the dumbass race condition provided by
TestSpawnAndDeleteAllEntities.
2024-10-19 13:05:16 +07:00
..