seisatsu / DennisMUD

Dennis MUD - A multiplayer text adventure sandbox engine where the players build the world with in-game commands.
https://dennismud.xyz/
MIT License
47 stars 6 forks source link

Infinite recursion when looking at a ghost user #118

Open seisatsu opened 1 year ago

seisatsu commented 1 year ago

When looking at a user who is present in a room despite being offline, there is an infinite recursion error. Investigate why users are not being removed when offline, and how to prevent the infinite recursion error.