I think I have found the cause .. something is running the method game.remove_offline_players()
Now I have to figure out how I want to deal with this
.. should I purge the players death count when they have been removed from the game
.. or should I hold onto their counter in case them come back and we want to keep a running track of their deaths.
I think the second option is what I am going to aim for.