lfeutre / lmud

An Erlang and LFE MUD/MUSH Server.
Other
24 stars 9 forks source link

User supervisor only letting one user in at a time #59

Closed oubiwann closed 1 year ago

oubiwann commented 1 year ago

It seems as though every user is getting named undefined ...

oubiwann commented 1 year ago

Looks like the character file is getting loaded twice, too.

oubiwann commented 1 year ago

There's a bug in the lmud-user:load chain somewhere: after it's called the privs are set, but the other data is unset.

oubiwann commented 1 year ago

This was really old code inherited from the original. The original was more complex than necessary. Simplicity fixed it.