Skip to content

Commit

Permalink
Merge pull request #679 from TheByKotik/fix-debug-output
Browse files Browse the repository at this point in the history
Fix debug output after 75cc5b6
  • Loading branch information
Groruk authored Jun 23, 2020
2 parents 9c297aa + 226b994 commit da7e59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/addons/sourcemod/scripting/sbpp_comms.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ public int PanelHandler_ListTargetReason(Menu menu, MenuAction action, int param
public void GotDatabase(Database db, const char[] error, any data)
{
#if defined DEBUG
PrintToServer("GotDatabase(data: %d, lock: %d, g_h: %d, hndl: %d)", data, g_iConnectLock, g_hDatabase, hndl);
PrintToServer("GotDatabase(data: %d, lock: %d, g_h: %d, db: %d)", data, g_iConnectLock, g_hDatabase, db);
#endif

// If this happens to be an old connection request, ignore it.
Expand Down

0 comments on commit da7e59c

Please sign in to comment.