mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
Fix MUTEADS
This commit is contained in:
parent
8246d0c0fc
commit
c2870cfff8
1 changed files with 4 additions and 0 deletions
|
@ -892,6 +892,10 @@ namespace HISP.Game.Chat
|
|||
{
|
||||
user.MuteLogins = true;
|
||||
}
|
||||
else if (muteType.ToUpper() == "ADS")
|
||||
{
|
||||
user.MuteAds = true;
|
||||
}
|
||||
else if (muteType.ToUpper() == "ALL")
|
||||
{
|
||||
user.MuteAll = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue