diff --git a/cmd/server/games.go b/cmd/server/games.go index 330fa5c..d7b4459 100644 --- a/cmd/server/games.go +++ b/cmd/server/games.go @@ -387,11 +387,6 @@ func (prev AllKillWords) ShuffleAssignees(killer, victim, word string) AllKillWo v := m[killer] v.Assignee = victimState.Assignee m[killer] = v - - if assignmentKilled := killerState.Global.Word != word; assignmentKilled { - victimState.Assignment = Assignment{} - prev[victim] = victimState - } } for !func() bool {