It's a little early for a new release, but if you are having people who lose connections or do not log off properly, I made a little mistake in the code which you can easily remedy. Line 100 in lib/playerconnect.rb reads:
if $manager.object_loaded? @player
when it should be
if $manager.object_loaded? @player.goid