slawkens / myaac

A free and open-source Automatic Account Creator (AAC) written in PHP
https://my-aac.org
GNU General Public License v3.0
125 stars 99 forks source link

config.php: character deleted doesn't work #257

Open henryford24 opened 4 months ago

henryford24 commented 4 months ago

Server configuration

Client configuration (Your Computer)

Description:

This setting in config.php does not work. It doesn't matter if I leave it 'false' or 'true', my deleted character will always appear in my character list. 'deleted' => false, // should deleted characters from same account be still listed on the list of characters? When enabled it will show that character is "[DELETED]"

Steps To Reproduce:

slawkens commented 4 months ago

Cannot reproduce that. Are you sure you looking at characters page character list and not account/manage list?

This is not for /?account/manage page, but for /?characters page

'deleted' => false image

'deleted' => true image

slawkens commented 3 months ago

So, any news?