Show game master characters in the armory
Upstream hides GM accounts by default, which assumes GM means staff-only. On this realm GM accounts belong to real players — Spinnaker, the highest level character on the server, is gmlevel 3 — so the filter was hiding people who should be listed. Flips the stack default to 0 and documents both this and the bot filter. ARMORY_HIDE_GMS=1 restores upstream behaviour. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NW2ooBP2KPqQVzdZZDMvZd
This commit is contained in:
parent
cc7ca06182
commit
6d7398d055
2 changed files with 11 additions and 3 deletions
|
|
@ -40,7 +40,10 @@ services:
|
|||
|
||||
# --- behaviour -----------------------------------------------------
|
||||
ACORE_ARMORY_LOAD_DBCS: ${ARMORY_LOAD_DBCS:-1}
|
||||
ACORE_ARMORY_HIDE_GAME_MASTERS: ${ARMORY_HIDE_GMS:-1}
|
||||
# Off by default here: GM accounts on this realm belong to real
|
||||
# players who should appear in the armory like anyone else. Set to
|
||||
# 1 to hide them from search and 404 their character pages.
|
||||
ACORE_ARMORY_HIDE_GAME_MASTERS: ${ARMORY_HIDE_GMS:-0}
|
||||
|
||||
# Playerbots are ordinary accounts, not game masters, so the GM
|
||||
# filter does not touch them. Without this the armory lists ~1350
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue