Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
b0ink committed Mar 3, 2023
1 parent cac07d2 commit 87cd112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/sourcemod/scripting/Effects/Player/ESP.sp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Action Timer_CheckPlayerModels(Handle timer){
char EspName[PLATFORM_MAX_PATH];
GetEntPropString(skin, Prop_Data, "m_ModelName", EspName, PLATFORM_MAX_PATH);
if(!StrEqual(modelName, EspName, false)){
PrintToChatAll("checking glows");
checkGlows();
break;
}
Expand Down

0 comments on commit 87cd112

Please sign in to comment.