Skip to content

Commit 1e76bf8

Browse files
committed
TODO
1 parent 69538c8 commit 1e76bf8

File tree

1 file changed

+1
-1
lines changed
  • EXILED/Exiled.API/Features

1 file changed

+1
-1
lines changed

EXILED/Exiled.API/Features/Map.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ DecontaminationController.Singleton.NetworkDecontaminationOverride is Decontamin
125125
/// <summary>
126126
/// Gets all <see cref="AdminToy"/> objects.
127127
/// </summary>
128-
public static ReadOnlyCollection<AdminToy> Toys => AdminToy.BaseToAdminToy.Values.ToList().AsReadOnly();
128+
public static ReadOnlyCollection<AdminToy> Toys => AdminToy.BaseToAdminToy.Values.ToList().AsReadOnly(); // TODO: Obsolete it and make people use AdminToy.List
129129

130130
/// <summary>
131131
/// Gets or sets the current seed of the map.

0 commit comments

Comments
 (0)