diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client/handleCharacterInfo.ts | 2 | ||||
| -rw-r--r-- | webAO/packets/handlers/handleMS.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client/handleCharacterInfo.ts b/webAO/client/handleCharacterInfo.ts index 84fd613..c7bcc94 100644 --- a/webAO/client/handleCharacterInfo.ts +++ b/webAO/client/handleCharacterInfo.ts @@ -33,7 +33,7 @@ export const setupCharacterBasic = (chargs: string[], charid: number) => { name: safeTags(chargs[0]), showname: safeTags(chargs[0]), desc: safeTags(chargs[1]), - blips: "male", + blips: "m", gender: "", side: "def", chat: "", diff --git a/webAO/packets/handlers/handleMS.ts b/webAO/packets/handlers/handleMS.ts index 746b84d..5a9d789 100644 --- a/webAO/packets/handlers/handleMS.ts +++ b/webAO/packets/handlers/handleMS.ts @@ -16,7 +16,7 @@ export const handleMS = (args: string[]) => { const char_name = safeTags(args[3]); let msg_nameplate = args[3]; - let msg_blips = "male"; + let msg_blips = "m"; let char_chatbox = "default"; let char_muted = false; |
