Skip to content

Commit

Permalink
Remove Clutter Client Logging from Glitch (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon authored Oct 4, 2024
1 parent 75e95ef commit 22109d6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ void function AddInWorldMinimapObject( entity ent ) //TODO: If we want radar jam

void function AddInWorldMinimapObjectInternal( entity ent, var screen )
{
printt( "AddInWorldMinimapObject" )
printt( screen )
printt( ent )

bool isNPCTitan = ent.IsNPC() && ent.IsTitan()
bool isPetTitan = ent == GetLocalViewPlayer().GetPetTitan()
bool isLocalPlayer = ent == GetLocalViewPlayer()
Expand Down

0 comments on commit 22109d6

Please sign in to comment.