aboutsummaryrefslogtreecommitdiff
path: root/webAO/client/handleCharacterInfo.ts
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-04-06 22:05:03 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-04-18 16:52:22 +0000
commit1c458e5841ae30bed8b6f3107d3f65353d9b731c (patch)
treef33a2c497c4c1881849c2b247f3aea76b4eaff6c /webAO/client/handleCharacterInfo.ts
parent14b8190d1e0efdfd7b2650923f7b014614dcf937 (diff)
Temporarily default to blips value "m"
Blips aren't handled correctly every time, resulting in a lot of 404 URLs and invalid blips.
Diffstat (limited to 'webAO/client/handleCharacterInfo.ts')
-rw-r--r--webAO/client/handleCharacterInfo.ts2
1 files changed, 1 insertions, 1 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: "",