Skip to content

Commit

Permalink
Suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Misaka-ZeroTwo <[email protected]>
  • Loading branch information
NotZer0Two and Misaka-ZeroTwo authored Jul 31, 2024
1 parent d9f220d commit 733738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Features/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public static bool IsWhitelisted
}

/// <summary>
/// Gets the List of player currently whitelisted.
/// Gets the list of user IDs of players currently whitelisted.
/// </summary>
public static HashSet<string> WhitelistedPlayers => WhiteList.Users;

Expand Down

0 comments on commit 733738c

Please sign in to comment.