Re-enable round-end PVS overrides (#22440)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user