]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Re-enable round-end PVS overrides (#22440)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sat, 16 Dec 2023 04:46:36 +0000 (23:46 -0500)
committerGitHub <noreply@github.com>
Sat, 16 Dec 2023 04:46:36 +0000 (15:46 +1100)
Content.Server/GameTicking/GameTicker.RoundFlow.cs

index 4568285c3483d4aa0bc408acad9fca83a425ee3f..42810779dd0528a15d304543d350f1d2986d7fca 100644 (file)
@@ -363,8 +363,7 @@ namespace Content.Server.GameTicking
 
                 if (TryGetEntity(mind.OriginalOwnedEntity, out var entity))
                 {
-                    // Temporarily disabled to test if this causes issues on live servers
-                    // _pvsOverride.AddGlobalOverride(GetNetEntity(entity.Value), recursive: true);
+                    _pvsOverride.AddGlobalOverride(GetNetEntity(entity.Value), recursive: true);
                 }
 
                 var roles = _roles.MindGetAllRoles(mindId);