Fix css_sa_upgrade
This commit is contained in:
parent
3a977f688c
commit
9d513a92a1
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue