mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 15:57:44 +01:00
rename AbnormalConditions to NormalConditions, idk why i named it that
This commit is contained in:
parent
c6d46f9aea
commit
0595d2c5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue