]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove non-functional ninja exemption from `SpawnAndDeleteEntityCountTest` (#36813)
authorTayrtahn <tayrtahn@gmail.com>
Mon, 21 Apr 2025 21:46:07 +0000 (17:46 -0400)
committerGitHub <noreply@github.com>
Mon, 21 Apr 2025 21:46:07 +0000 (23:46 +0200)
Remove non-functional ninja exemption from SpawnAndDeleteEntityCountTest

Content.IntegrationTests/Tests/EntityTest.cs

index 3992272b5b726e1e4852b78db4eafadc88e82589..d78d58f80c5d1025297cd0bb7af8b1155d7967d3 100644 (file)
@@ -277,11 +277,6 @@ namespace Content.IntegrationTests.Tests
             {
                 foreach (var protoId in protoIds)
                 {
-                    // TODO fix ninja
-                    // Currently ninja fails to equip their own loadout.
-                    if (protoId == "MobHumanSpaceNinja")
-                        continue;
-
                     var count = Count(server.EntMan);
                     var clientCount = Count(client.EntMan);
                     var serverEntities = new HashSet<EntityUid>(Entities(server.EntMan));