Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n committed Sep 6, 2024
1 parent 0362fce commit 767b6dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rustplus/remote/camera/camera_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@ def handle_entity(
colour = (
(PLAYER_COLOUR if not entity.name.isdigit() else SCIENTIST_COLOUR)
if entity.type == 2
else MathUtils.get_slightly_random_colour(TREE_COLOUR, Vector3(vector3=entity.position))
else MathUtils.get_slightly_random_colour(
TREE_COLOUR, Vector3(vector3=entity.position)
)
)

MathUtils.set_polygon_with_depth(
Expand Down

0 comments on commit 767b6dd

Please sign in to comment.