From 5df128ca38688cddfae78d58243546fcf5a0cf0e Mon Sep 17 00:00:00 2001 From: Ruben Date: Sun, 4 Sep 2016 17:38:05 +0100 Subject: [PATCH] Space in hint --- src/Models/Game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Models/Game.php b/src/Models/Game.php index 7d5f747..18b06a7 100644 --- a/src/Models/Game.php +++ b/src/Models/Game.php @@ -236,7 +236,7 @@ class Game if($diffExpression) { $diffExpressionText = $betterHit->getExpressions()::$EXPRESSIONS_2ND_PERSON[$diffExpression]; - $text .= " To show your empathy, you have to " . $diffExpressionText . $diff . "% " . $diffText; + $text .= " To show your empathy, you have to " . $diffExpressionText ." " . $diff . "% " . $diffText; } }