Some kills are not send to discord

These kills are not send to discord.

 

It does not show up any messages when.

- You kill or get killed by a animal.
- Die by a high external wooden or stone wall.
- When you drowned.
- When died by Radiation.

 

I have seen this part:

// Ignore animal related deaths
if (victimType == 2 || killerType == 2)
return;

 

But i dont know about the other deaths.

I works fine in the in-game chat.

Hi, I actually have in my plans to add configuration to enable animal death and others, about others not showing, I'll have a look at that too. Thanks!