]> git.smokeofanarchy.ru Git - space-station-14.git/commit
remove Session from MindComponent (#34753)
authorMilon <milonpl.git@proton.me>
Fri, 18 Apr 2025 22:23:01 +0000 (00:23 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Apr 2025 22:23:01 +0000 (00:23 +0200)
commit3fc9bcbbbe9eead5cf0d65c9ab7ddc4c06916e71
tree97f187e28579a2c4ed22c6b3f9d39125ee30054b
parentba6d8f5376f630ab170cc2a76a40ea340a8dab2d
remove Session from MindComponent (#34753)

* yummy

* fix tests
25 files changed:
Content.IntegrationTests/Tests/Minds/MindTests.Helpers.cs
Content.IntegrationTests/Tests/Minds/MindTests.ReconnectTests.cs
Content.Server/Administration/Commands/AGhostCommand.cs
Content.Server/Administration/Systems/AdminSystem.cs
Content.Server/Anomaly/Effects/InnerBodyAnomalySystem.cs
Content.Server/Antag/AntagSelectionSystem.API.cs
Content.Server/Chat/Managers/ChatManager.cs
Content.Server/Cloning/CloningConsoleSystem.cs
Content.Server/GameTicking/GameTicker.Player.cs
Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs
Content.Server/GameTicking/Rules/ZombieRuleSystem.cs
Content.Server/Ghost/GhostSystem.cs
Content.Server/Ghost/ReturnToBodyEui.cs
Content.Server/Medical/DefibrillatorSystem.cs
Content.Server/Mind/MindSystem.cs
Content.Server/Players/PlayTimeTracking/PlayTimeTrackingSystem.cs
Content.Server/Roles/Jobs/JobSystem.cs
Content.Server/Roles/RoleSystem.cs
Content.Server/Silicons/Borgs/BorgSystem.cs
Content.Server/Traitor/Systems/AutoTraitorSystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Shared/Bed/Cryostorage/SharedCryostorageSystem.cs
Content.Shared/Mind/MindComponent.cs
Content.Shared/Mind/SharedMindSystem.cs
Content.Shared/Roles/SharedRoleSystem.cs