isn't this ruby
This commit is contained in:
parent
817479ea70
commit
6a41c34380
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ namespace TShockAPI.DB
|
|||
{
|
||||
try
|
||||
{
|
||||
tempuser = GetUser(user);
|
||||
var tempuser = GetUser(user);
|
||||
int affected = database.Query("DELETE FROM Users WHERE Username=@0", user.Name);
|
||||
|
||||
if (affected < 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue