ADD show health option

This commit is contained in:
2025-04-20 21:45:41 +02:00
parent 40b86ebf86
commit 69cae0044a
6 changed files with 28 additions and 8 deletions

View File

@@ -82,5 +82,6 @@ class PlayerRenderer:
if self.options["show_yaw"]:
self._render_yaw(player, team)
self._render_health(player)
if self.options["show_health"]:
self._render_health(player)