From e059e4366cead850ed1d803d313d3924dcf0e831 Mon Sep 17 00:00:00 2001 From: RickyRister Date: Wed, 13 May 2026 13:40:14 -0700 Subject: [PATCH] cleanup --- cockatrice/src/game/player/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/game/player/player.h b/cockatrice/src/game/player/player.h index 535b1d2c7..1e7bc928d 100644 --- a/cockatrice/src/game/player/player.h +++ b/cockatrice/src/game/player/player.h @@ -200,7 +200,7 @@ public: } /** - * Gets the counter that represents the life total. Shouldn't return null + * Gets the counter that represents the life total. */ AbstractCounter *getLifeCounter() const;