]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix error when disconnecting the client while a projectile is embedded (#36048)
authorTayrtahn <tayrtahn@gmail.com>
Tue, 25 Mar 2025 00:16:13 +0000 (20:16 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 00:16:13 +0000 (01:16 +0100)
commit0096dedb1888a249f7dd894f10ba8418934198bc
tree51f7e2c4afb56a8771244fd133b045651c093a4d
parent2bc3561868fb98e7d917d4078e70841e5d35aa2d
Fix error when disconnecting the client while a projectile is embedded (#36048)

* Add test for disconnecting the client while a projectile is embedded

* Add check for non-terminating grid or map

* Add test that an embeddable detaches when the target is deleted.

* Remove Explicit tag from TestDisconnectWhileEmbedded
Content.IntegrationTests/Tests/Embedding/EmbedTest.cs [new file with mode: 0644]
Content.Shared/Projectiles/SharedProjectileSystem.cs