You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GRAVESTONES_USE_PRIORITY_LIST has become unused by the body manager code, this shouldn't have happened as it's a fairly significant feature. Re-introduce this functionality.
When GRAVESTONES_USE_PRIORITY_LIST is enabled, important corpses (players) should be put into a VIP queue and only removed when there is no other choice (aka when body limit is exceeded but there are no non-VIP corpses left to remove).
When GRAVESTONES_USE_PRIORITY_LIST is disabled, all corpses are put into the same queue and no special logic is used to decide which corpse is the next to remove.
Bubbus
changed the title
I don't know how GRAVESTONES_USE_PRIORITY_LIST became unused as it's a fairly significant feature. I'll create a new ticket to re-introduce it.
[Bug] GRAVESTONES_USE_PRIORITY_LIST has become unused.
Oct 29, 2021
The
GRAVESTONES_USE_PRIORITY_LIST
has become unused by the body manager code, this shouldn't have happened as it's a fairly significant feature. Re-introduce this functionality.GRAVESTONES_USE_PRIORITY_LIST
is enabled, important corpses (players) should be put into a VIP queue and only removed when there is no other choice (aka when body limit is exceeded but there are no non-VIP corpses left to remove).GRAVESTONES_USE_PRIORITY_LIST
is disabled, all corpses are put into the same queue and no special logic is used to decide which corpse is the next to remove.Thanks to Cre for finding this issue.
Originally posted by @Bubbus in #57 (comment)
The text was updated successfully, but these errors were encountered: