Skip to content

Commit e9e6213

Browse files
committed
Merge pull request #143 from stickz/patch-20
Fix "Invalid Query Handle"
2 parents 07281c6 + a488bbb commit e9e6213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

game_upload/addons/sourcemod/scripting/SourceSleuth.sp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ public SQL_CheckHim(Handle:owner, Handle:hndl, const String:error[], any:datapac
184184
if (hndl == INVALID_HANDLE)
185185
{
186186
LogError("SourceSleuth: Database query error: %s", error);
187+
return;
187188
}
188189

189190
if (SQL_FetchRow(hndl))

0 commit comments

Comments
 (0)