ExMod-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers (scpsl). It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://exmod-team.github.io/EXILED/
Other
44 stars 24 forks source link

[BUG] DiscordIntegrationBot displays number of players incorrectly #120

Open Tamago4a opened 1 day ago

Tamago4a commented 1 day ago

https://github.com/Exiled-Team/DiscordIntegration/issues/151 image

Describe the bug: Discord bot displays player count incorrectly. It counts NPCs when it shouldn't.

To Reproduce: Steps to reproduce the behavior:

  1. Add plugin and configure bot
  2. Create NPC on server
  3. Make sure the number of players displayed is incorrect

EXILED Version: 8.11.0

VALERA771 commented 21 hours ago

NPC are added into this dictionary and iirc it's intendend feature

Tamago4a commented 19 hours ago

NPC are added into this dictionary and iirc it's intendend feature

Then who is right? In any case, this discord bot displays the number of players incorrectly.