added calladmin support
This commit is contained in:
parent
b81b8d0773
commit
2e99fec5de
@ -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, "");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user