Skip to content

Commit ae281b3

Browse files
committed
Updated TLibrary
1 parent 777107d commit ae281b3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Libraries/TLibrary.dll

2.5 KB
Binary file not shown.

TPlayerDatabase/Utils/Managers/DatabaseManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public DatabaseManager(IPlugin plugin, IConfigurationBase config) : base(plugin,
2626
/// Checks the schema of the database, creates or modifies the tables if needed
2727
/// <br/>PS. If you change the Primary Key then you must delete the table.
2828
/// </summary>
29-
protected override async void CheckSchema()
29+
public override async Task CheckSchemaAsync()
3030
{
3131
try
3232
{

0 commit comments

Comments
 (0)