mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Fix some crashes
This commit is contained in:
parent
197dc53270
commit
323d5f4408
4 changed files with 6 additions and 9 deletions
|
@ -5060,7 +5060,7 @@ namespace HISP.Server
|
|||
using (MySqlConnection db = new MySqlConnection(ConnectionString))
|
||||
{
|
||||
db.Open();
|
||||
if (CheckUserExist(id))
|
||||
if (CheckUserExtExists(id))
|
||||
{
|
||||
MySqlCommand sqlCommand = db.CreateCommand();
|
||||
sqlCommand.CommandText = "UPDATE UserExt SET Money=@money WHERE Id=@id";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue