davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

Players duplicate when logging out and back in #109

Closed rivques closed 5 years ago

rivques commented 5 years ago

When a player logs out and the back in, they see a copy of themselves (eg. I am a happy brown-eyed female elf, and here I see a happy brown-eyed female elf) This copy does not move, but will fight back if attacked. However, the copy does not survive a server restart, but only is made if you log out and back in in the same server session. The items carried by the copy are also duplicated. If you kill the copy, the corpse (and items on the corpse) do not survive a server restart either.