From 8cdc163acf50889589e7bee079a6f0486d9c9e31 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 30 Jan 2022 22:05:42 +0200 Subject: [PATCH] vxc --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 0591b69f8..b552ad637 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -266,7 +266,7 @@ {% elif blackjack_status == 'won' %} Won {{wager|int * 2}} Coins. {% elif blackjack_status == 'blackjack' %} - Blackjack! Won {{(wager|int * 5/2)|round(0, 'floor')}} Coins. + Blackjack! Won {{(wager|int * 5/2)|round(0, 'floor')|int}} Coins. {% endif %} {% endif %}