aboutsummaryrefslogtreecommitdiff
path: root/internal/player
diff options
context:
space:
mode:
Diffstat (limited to 'internal/player')
-rw-r--r--internal/player/player.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/player/player.go b/internal/player/player.go
index 03ed7ac..4b74db7 100644
--- a/internal/player/player.go
+++ b/internal/player/player.go
@@ -174,9 +174,7 @@ type Player struct {
RegenerateTick int
AmmoQty int `yaml:"ammo_qty,omitempty"`
Action *action.Action `yaml:"-"`
- ActionState any `yaml:"-"`
BackgroundAction *action.Action `yaml:"-"`
- BackgroundActionState any `yaml:"-"`
WalkSequence []string `yaml:"-"`
ConsumeCooldown int `yaml:"-"`
MoveTicks int `yaml:"-"`