From 445c4612cc5cf2c226f85894b6ad1e2419a374e2 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 15 Jun 2026 00:55:26 -0400 Subject: feat: walk command, improved tables and columns --- internal/player/player.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/player/player.go') diff --git a/internal/player/player.go b/internal/player/player.go index 95cf948..6fa22ce 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -154,6 +154,7 @@ type Player struct { RegenerateTick int Action *action.Action `yaml:"-"` ActionState any `yaml:"-"` + WalkSequence []string `yaml:"-"` } func (p *Player) OptionBool(name string) bool { -- cgit v1.2.3