Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Remove grenade thrown debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
marqdevx committed Feb 1, 2024
1 parent 5cfc5b9 commit cf414de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ GAME_EVENT_F(grenade_thrown){
CCSPlayerPawnBase* cPlayerBase = (CCSPlayerPawnBase*)pController->GetPawn();
QAngle currentAngle = cPlayerBase->m_angEyeAngles;

ClientPrintAll( HUD_PRINTTALK, CHAT_PREFIX "Pos: %f, %f, %f", currentPos.x, currentPos.y, currentPos.z);
//ClientPrintAll( HUD_PRINTTALK, CHAT_PREFIX "Pos: %f, %f, %f", currentPos.x, currentPos.y, currentPos.z);

ZEPlayer *pPlayer = g_playerManager->GetPlayer(pController->GetPlayerSlot());
pPlayer->lastThrow_position = currentPos;
Expand Down

0 comments on commit cf414de

Please sign in to comment.