Skip to content

Commit

Permalink
Update EXILED/Exiled.API/Features/Toys/AdminToy.cs
Browse files Browse the repository at this point in the history
Co-authored-by: IRacle <79921583+IRacle1@users.noreply.github.com>
  • Loading branch information
louis1706 and IRacle1 authored Aug 1, 2024
1 parent 7ed04d5 commit 69538c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Features/Toys/AdminToy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal AdminToy(AdminToyBase toyAdminToyBase, AdminToyType type)
/// <summary>
/// Gets a list of all <see cref="AdminToy"/>'s on the server.
/// </summary>
public static IEnumerable<AdminToy> List => BaseToAdminToy.Values;
public static IReadOnlyCollection<AdminToy> List => BaseToAdminToy.Values;

/// <summary>
/// Gets the original <see cref="AdminToys.AdminToyBase"/>.
Expand Down

0 comments on commit 69538c8

Please sign in to comment.