commit ebc8ed22f4b16c96d6f8b6abc8e047783acd99e0
parent 06d0ce5c060458cdb8b9b7dceae209b3d7ef9c52
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Fri, 30 Dec 2022 23:05:14 -0800
unused code
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/pkg/web/handlers/api/v1/werewolf.go b/pkg/web/handlers/api/v1/werewolf.go
@@ -47,7 +47,6 @@ type Werewolf struct {
deadGroupID database.GroupID
players map[string]*Player
playersAlive map[string]*Player
- werewolves []int64
state int64
werewolfSet *hashset.HashSet[database.UserID]
spectatorSet *hashset.HashSet[database.UserID]