Options to hide admin loggin inNot An Issue

I see in the config file the option you added 10 months back or so to hide admins from logging in. That option in my config is set to true, but still shows up in Discord. Is there a setting elsewhere I'm possibly missing? Maybe delete my player data file and try again?



{
  "Global settings": {
    "Log to console?": true,
    "Use AntiSpam plugin on chat messages": false,
    "Use UFilter plugin on chat messages": false,
    "Hide admin connect/disconnect messages": true,
    "Hide NPC death messages": false,
    "Replacement string for tags": "`",
    "Queue interval (1 message per ? seconds)": 1.0,
    "Queue cooldown if connection error (seconds)": 60.0,
    "Default WebhookURL": "",
    "RCON command blacklist": [
      "playerlist",
      "status"
    ]
  }​

I'm not sure what the issue you have, but I can't reproduce it. Option works as expected for me

Locked automatically