added calladmin support

This commit is contained in:
jenz 2026-02-16 19:47:15 +01:00
parent b81b8d0773
commit 2e99fec5de

View File

@ -101,6 +101,7 @@ public void GetDiscordToStoat(const char[] username, const char[] message, int t
//type = 2. ADMIN LOGS BHOPPING ZE
//type = 3. AMDIN LOGS entwatch
//type = 4. admin logs ze ban evasion
//type = 5. Calladmin
if (type == 1)
{
SendToStoat(username, message, "");
@ -117,4 +118,8 @@ public void GetDiscordToStoat(const char[] username, const char[] message, int t
{
SendToStoat(username, message, "");
}
else if (type == 5)
{
SendToStoat(username, message, "");
}
}