Volte6 / GoMud

Public repository for GoMud, a Go based Mud server.
GNU General Public License v3.0
28 stars 4 forks source link

Adding a zombie period when disconnecting #41

Closed Volte6 closed 3 months ago

Volte6 commented 3 months ago

Motivation

To avoid players being able to disconnect as an exploit to avoid dying etc., we want a zombie period where their character remains in play even though their network connection is gone.

Later this may be enhanced to allow auto-behavior for the player.

Changes