Skip to content

Commit 86a18bf

Browse files
committed
Updated TLibrary
1 parent 5718bd0 commit 86a18bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Libraries/TLibrary.dll

-512 Bytes
Binary file not shown.

TPlayerDatabase/TPlayerDatabase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ namespace Tavstal.TPlayerDatabase
1111
/// </summary>
1212
public class TPlayerDatabase : PluginBase<TPlayerDatabaseConfig>
1313
{
14-
public new static TPlayerDatabase Instance { get; private set; }
14+
public static TPlayerDatabase Instance { get; private set; }
1515
public new static readonly TLogger Logger = new TLogger("TPlayerDatabase", false);
16-
public new static DatabaseManager DatabaseManager { get; private set; }
16+
public static DatabaseManager DatabaseManager { get; private set; }
1717

1818
/// <summary>
1919
/// Used to prevent error spamming that is related to database configuration.

0 commit comments

Comments
 (0)