Skip to content

Commit 172291e

Browse files
committed
Updated TLibrary
1 parent d9bac98 commit 172291e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Libraries/TLibrary.dll

0 Bytes
Binary file not shown.

TPlayerDatabase/TPlayerDatabaseConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class TPlayerDatabaseConfig : ConfigurationBase
99
[JsonProperty(Order = 3)]
1010
public DatabaseData Database { get; set; }
1111

12-
public new void LoadDefaults()
12+
public override void LoadDefaults()
1313
{
1414
Database = new DatabaseData("tpdb_players");
1515
}

0 commit comments

Comments
 (0)