Skip to content

Commit

Permalink
Remove Clutter Client Logging from Glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanieon committed Oct 3, 2024
1 parent 75e95ef commit ea5cfb4
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 ea5cfb4

Please sign in to comment.