From 3af13e69afab372792b1c9d0f06096ad847a7b8f Mon Sep 17 00:00:00 2001 From: Tim Ullrich Date: Mon, 10 Jun 2013 23:31:12 -0500 Subject: [PATCH] fix rounding discrepancy between header hp meter and profile hp --- views/app/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/app/header.html b/views/app/header.html index 9a326ca5c7..c271a475be 100644 --- a/views/app/header.html +++ b/views/app/header.html @@ -9,7 +9,7 @@
- {ceil(_user.stats.hp)} / 50 + {floor(_user.stats.hp)} / 50