mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-03 04:20:23 +00:00
gender was never the same thing as sex; for now, I just need easy pronouns for the log
This commit is contained in:
parent
39d68b537d
commit
9798e27d29
55 changed files with 481 additions and 455 deletions
|
|
@ -485,7 +485,7 @@ class PacketCodingActorITest extends ActorTest {
|
|||
BasicCharacterData(
|
||||
"IlllIIIlllIlIllIlllIllI",
|
||||
PlanetSideEmpire.VS,
|
||||
CharacterGender.Female,
|
||||
CharacterSex.Female,
|
||||
41,
|
||||
CharacterVoice.Voice1
|
||||
),
|
||||
|
|
@ -600,7 +600,7 @@ class PacketCodingActorKTest extends ActorTest {
|
|||
BasicCharacterData(
|
||||
"IlllIIIlllIlIllIlllIllI",
|
||||
PlanetSideEmpire.VS,
|
||||
CharacterGender.Female,
|
||||
CharacterSex.Female,
|
||||
41,
|
||||
CharacterVoice.Voice1
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue