mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Remove VIP level check to make it easier to test for now
This commit is contained in:
@@ -967,7 +967,7 @@ public class BotServices
|
|||||||
]).Result;
|
]).Result;
|
||||||
_logger.Trace("Shuffle bet has arrived");
|
_logger.Trace("Shuffle bet has arrived");
|
||||||
bool offlineBet = false;
|
bool offlineBet = false;
|
||||||
if (bet.Username == null && bet.VipLevel == settings[BuiltIn.Keys.ShuffleBmjVipLevel].Value && !CheckBmjIsLive().Result && !isDotUs)
|
if (bet.Username == null && !CheckBmjIsLive().Result && !isDotUs)
|
||||||
{
|
{
|
||||||
string? betOwner;
|
string? betOwner;
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user