diff --git a/Exiled.API/Features/Server.cs b/Exiled.API/Features/Server.cs index 0fb4df1130..4b0c46871c 100644 --- a/Exiled.API/Features/Server.cs +++ b/Exiled.API/Features/Server.cs @@ -213,7 +213,7 @@ public static bool IsIdleModeEnabled public static Dictionary SessionVariables { get; } = new(); /// - /// 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. /// /// 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.