Skip to content

Could fix #6641

Rob Nelson requested to merge pull/6708/thing15 into Bleeding-Edge

Created by: clusterfack

Needs more testing at the moment which I don't know how to pull off myself.

The more stringent check of find_dead_player wasn't occurring because a previous change tried to growclone BEFORE the find_dead_player, thus if something passed the growclone checks it would get cloned even if there was no dead player associated with the ckey.

Merge request reports