Skip to content

Commit

Permalink
v5.0.1: Removed the debug text on CleanupLR
Browse files Browse the repository at this point in the history
  • Loading branch information
azalty committed Jul 10, 2023
1 parent 4aa7db8 commit 221e5ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified addons/sourcemod/plugins/sm_hosties_e.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/hosties/lastrequest.sp
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ int Native_LR_Cleanup(Handle h_Plugin, int iNumParameters)
if(iNumParameters == 1)
{
int LR_Player_Prisoner = GetNativeCell(1);
PrintToChatAll("Debug: %d", LR_Player_Prisoner);
//PrintToChatAll("Debug: %d", LR_Player_Prisoner);
if(IsClientInGame(LR_Player_Prisoner))
{
if(!IsLastRequestAutoStart(g_selection[LR_Player_Prisoner]))
Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/sm_hosties_e.sp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

#pragma semicolon 1

#define PLUGIN_VERSION "5.0.0"
#define PLUGIN_VERSION "5.0.1"
#define PLUGIN_NAME "Hosties+"
#define MAX_DISPLAYNAME_SIZE 64
#define MAX_DATAENTRY_SIZE 5
Expand Down

0 comments on commit 221e5ee

Please sign in to comment.