Crystalwarrior/KFO-Server

/area_pref doesn't make sure the prefs are properly sent to client until area is rejoined

Opened this issue · 0 comments

The function is somewhat dumb in that department where it doesn't care to telegraph the prefs it's changing.
A good solution would be to change all area prefs to def's, so changing them from anywhere in code would automatically update the info, similar to how client showname/area name is setup currently.