Skip to content

Commit

Permalink
Who tf typed Ass and not As (#2762)
Browse files Browse the repository at this point in the history
* Added UsersWhitelisted in Server.cs

* MirrorExtensions Rework

* Removed wrong import

* Rework

* Fixed issue and renamed the functions

* Fixed Stylecop and issue with building

* Fixed Name

* Changed Name from UsersWhitelisted to WhitelistedPlayers

* Scenes Loader Added

* Simplification

* Is this ok?

* Fix Stylecop here

* Update Player.cs

* Update Server.cs

* Update ScenesType.cs

* Ass fix

---------

Co-authored-by: xNexusACS <83370388+xNexusACS@users.noreply.github.com>
Co-authored-by: Nao <60253860+NaoUnderscore@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent 4efc121 commit 5e85cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exiled.API/Features/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public static bool IsIdleModeEnabled
public static Dictionary<string, object> SessionVariables { get; } = new();

/// <summary>
/// Gets or sets a list with all fake SyncVar that will be applied to player ass soon as he connects.
/// Gets or sets a list with all fake SyncVar that will be applied to player as soon as he connects.
/// <para>
/// As string argument use a full name of Network property ('full type name'.'property name').
/// As object argument use value that will be used instead of a current value.
Expand Down

0 comments on commit 5e85cda

Please sign in to comment.