From 1c458e5841ae30bed8b6f3107d3f65353d9b731c Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Mon, 6 Apr 2026 22:05:03 +0000 Subject: Temporarily default to blips value "m" Blips aren't handled correctly every time, resulting in a lot of 404 URLs and invalid blips. --- webAO/client/handleCharacterInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/client/handleCharacterInfo.ts') 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: "", -- cgit