Skip to content

Commit eae3c23

Browse files
committed
Update Scp939Role.cs
1 parent f45ffca commit eae3c23

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

EXILED/Exiled.API/Features/Roles/Scp939Role.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Exiled.API.Features.Roles
99
{
10-
using System;
1110
using System.Collections.Generic;
1211

1312
using Exiled.API.Enums;
@@ -231,12 +230,6 @@ public float MimicryCooldown
231230
/// </summary>
232231
public Vector3? MimicryPointPosition => MimicPointController.Active ? MimicPointController.MimicPointTransform.position : null;
233232

234-
/// <summary>
235-
/// Gets a list of players this SCP-939 instance can see regardless of their movement.
236-
/// </summary>
237-
[Obsolete("Force visible doesnt work for 939. This Feature not working already and will be removed.")]
238-
public List<Player> VisiblePlayers { get; }
239-
240233
/// <summary>
241234
/// Gets the <see cref="Scp939GameRole"/> instance.
242235
/// </summary>

0 commit comments

Comments
 (0)