Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
typo (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundermaker300 authored Dec 23, 2022
1 parent 4a8a7ab commit 0f62543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exiled.API/Features/Roles/FpcRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ public PlayerMovementState MoveState
/// <summary>
/// Gets a value indicating whether or not the <see cref="Player"/> is in darkness.
/// </summary>
public bool IsInDarknes => FirstPersonController.InDarkness;
public bool IsInDarkness => FirstPersonController.InDarkness;
}
}

0 comments on commit 0f62543

Please sign in to comment.