Send GMCP Char.Vitals after each command

This commit is contained in:
Jared Miller 2026-02-13 22:40:42 -05:00
parent 593bfd3028
commit 72b877c5d1
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

View file

@ -438,6 +438,8 @@ async def shell(
else:
# Dispatch normal command
await mudlib.commands.dispatch(player, command)
# Update GMCP vitals after command (prompt shows vitals, so sync GMCP)
send_char_vitals(player)
# Check if writer was closed by quit command
if _writer.is_closing():