mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 18:49:23 +00:00
1.4.1a
- Minor changes
This commit is contained in:
@@ -46,7 +46,7 @@ public class Database(string dbConnectionString)
|
||||
|
||||
public bool CheckDatabaseConnection()
|
||||
{
|
||||
using MySqlConnection connection = GetConnection();
|
||||
using var connection = GetConnection();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user