mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-17 18:39:07 +00:00
Fix css_sa_upgrade
This commit is contained in:
@@ -43,7 +43,10 @@ namespace CS2_SimpleAdmin
|
||||
commandSql2.CommandText = commandText;
|
||||
await commandSql2.ExecuteNonQueryAsync();
|
||||
|
||||
command.ReplyToCommand($"Successfully updated the database - {ModuleVersion}");
|
||||
Server.NextFrame(() =>
|
||||
{
|
||||
command.ReplyToCommand($"Successfully updated the database - {ModuleVersion}");
|
||||
});
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user