This commit is contained in:
SilicaAndPina 2021-03-01 00:09:38 +13:00
parent 37c4c679a3
commit 4e333d1387
2 changed files with 4 additions and 1 deletions

View file

@ -3587,6 +3587,9 @@ namespace HISP.Server
}
public static bool IsUserSubscribed(int playerId)
{
if (ConfigReader.AllUsersSubbed)
return true;
using (MySqlConnection db = new MySqlConnection(ConnectionString))
{
db.Open();