]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix Client RoleSystem not inheriting SharedRoleSystem, network job component (#21436)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Tue, 7 Nov 2023 22:44:53 +0000 (14:44 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2023 22:44:53 +0000 (14:44 -0800)
commitdc3b6e31b20c405f32c66d28641fbfb3f8482fb5
treefee60d60ce28c477c84a1e2339cbc924e2cf9a5e
parent651dffba16e5cb7896dfd02011f0ce0b54e76e6a
Fix Client RoleSystem not inheriting SharedRoleSystem, network job component (#21436)
Content.Client/Roles/RoleSystem.cs
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/Objectives/Systems/NotJobRequirementSystem.cs
Content.Server/Roles/Jobs/JobSystem.cs
Content.Server/Spawners/EntitySystems/SpawnPointSystem.cs
Content.Server/Station/Systems/StationSpawningSystem.cs
Content.Server/Store/Conditions/BuyerDepartmentCondition.cs
Content.Server/Store/Conditions/BuyerJobCondition.cs
Content.Shared/Roles/Jobs/JobComponent.cs
Content.Shared/Roles/Jobs/SharedJobSystem.cs
Content.Shared/Roles/SharedRoleSystem.cs