rename AbnormalConditions to NormalConditions, idk why i named it that

This commit is contained in:
NotAdam 2020-05-26 23:27:34 +10:00
parent c6d46f9aea
commit 0595d2c5d1

View file

@ -15,7 +15,7 @@ namespace Dalamud.Game.ClientState
/// <summary> /// <summary>
/// Unable to execute command under normal conditions. /// Unable to execute command under normal conditions.
/// </summary> /// </summary>
AbnormalConditions = 1, NormalConditions = 1,
/// <summary> /// <summary>
/// Unable to execute command while unconscious. /// Unable to execute command while unconscious.