From e9d87838590a02c7ca028fad8cd16e42a582dd32 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 01:00:17 -0400 Subject: feat: self-signed certificates --- internal/game/cmd_consume.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/game/cmd_consume.go') diff --git a/internal/game/cmd_consume.go b/internal/game/cmd_consume.go index 423cddb..aec33c5 100644 --- a/internal/game/cmd_consume.go +++ b/internal/game/cmd_consume.go @@ -71,7 +71,7 @@ func (g *Game) doEat(sess *net.Session, input string) { Timestamp: time.Now(), }) - if !p.OptionBool("queue_silently") { + if p.OptionBool("show_queued_cmds") { sess.WriteLine(fmt.Sprintf("You prepare to eat %s.", g.itemColorize(sess, def, def.Name))) } } @@ -206,7 +206,7 @@ func (g *Game) doDrink(sess *net.Session, args []string) { Timestamp: time.Now(), }) - if !p.OptionBool("queue_silently") { + if p.OptionBool("show_queued_cmds") { sess.WriteLine(fmt.Sprintf("You prepare to drink the %s.", g.itemColorize(sess, def, def.Name))) } } -- cgit v1.2.3