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

Commit cf414de

Browse files
committed
Remove grenade thrown debug info
1 parent 5cfc5b9 commit cf414de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ GAME_EVENT_F(grenade_thrown){
270270
CCSPlayerPawnBase* cPlayerBase = (CCSPlayerPawnBase*)pController->GetPawn();
271271
QAngle currentAngle = cPlayerBase->m_angEyeAngles;
272272

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

275275
ZEPlayer *pPlayer = g_playerManager->GetPlayer(pController->GetPlayerSlot());
276276
pPlayer->lastThrow_position = currentPos;

0 commit comments

Comments
 (0)