mirror of
https://github.com/TotalFreedomMC/TF-Marriage.git
synced 2024-12-27 18:44:20 +00:00
change unknown to none to avoid confusion
This commit is contained in:
parent
de2dff0376
commit
936b944a51
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ public enum Gender {
|
|||
/**
|
||||
* Not set
|
||||
*/
|
||||
UNKNOWN;
|
||||
NONE;
|
||||
|
||||
/**
|
||||
* Get chat prefix for gender.
|
||||
|
@ -31,4 +31,4 @@ public enum Gender {
|
|||
return Settings.PREFIX_GENDERLESS.value();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue