From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Sat, 16 Dec 2023 04:46:36 +0000 (-0500) Subject: Re-enable round-end PVS overrides (#22440) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=95b4c264a96ecd8f9cc84d67601e52faf6eca670;p=space-station-14.git Re-enable round-end PVS overrides (#22440) --- diff --git a/Content.Server/GameTicking/GameTicker.RoundFlow.cs b/Content.Server/GameTicking/GameTicker.RoundFlow.cs index 4568285c34..42810779dd 100644 --- a/Content.Server/GameTicking/GameTicker.RoundFlow.cs +++ b/Content.Server/GameTicking/GameTicker.RoundFlow.cs @@ -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);