mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
fix bugs
This commit is contained in:
parent
37c4c679a3
commit
4e333d1387
2 changed files with 4 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue