aboutsummaryrefslogtreecommitdiff
path: root/internal/action/behavior.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/action/behavior.go')
-rw-r--r--internal/action/behavior.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/action/behavior.go b/internal/action/behavior.go
index c7ed0c4..67baab0 100644
--- a/internal/action/behavior.go
+++ b/internal/action/behavior.go
@@ -14,7 +14,6 @@ type GatherConfig struct {
FailMsg string `yaml:"fail_message"`
Drops []DropEntry `yaml:"drops"`
RespawnTimer float64 `yaml:"respawn_timer"`
- RespawnMsg string `yaml:"respawn_message"`
RespawnBroadcast string `yaml:"respawn_broadcast"`
DepleteTimer float64 `yaml:"deplete_timer"`
NestChance int `yaml:"nest_chance"`