We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45ffca commit eae3c23Copy full SHA for eae3c23
1 file changed
EXILED/Exiled.API/Features/Roles/Scp939Role.cs
@@ -7,7 +7,6 @@
7
8
namespace Exiled.API.Features.Roles
9
{
10
- using System;
11
using System.Collections.Generic;
12
13
using Exiled.API.Enums;
@@ -231,12 +230,6 @@ public float MimicryCooldown
231
230
/// </summary>
232
public Vector3? MimicryPointPosition => MimicPointController.Active ? MimicPointController.MimicPointTransform.position : null;
233
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
-
240
/// <summary>
241
/// Gets the <see cref="Scp939GameRole"/> instance.
242
0 commit comments