Completed
Pull Request — master (#175)
by
unknown
10:52
created
src/eXpansion/Bundle/CustomChat/Plugins/CustomChat.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         $nick = trim($player->getNickName());
139 139
         $nick = str_ireplace('$w', '', $nick);
140 140
         $nick = str_ireplace('$z', '$z$s', $nick);
141
-        $replacements = [":yes:" => "",":no:" => "", ":happy:" => "", ":sad:" => "", ":heart:" => ""];
141
+        $replacements = [":yes:" => "", ":no:" => "", ":happy:" => "", ":sad:" => "", ":heart:" => ""];
142 142
         // fix for chat...
143 143
         $nick = str_replace(['$<', '$>'], '', $nick);
144 144
         $text = str_replace(['$<', '$>'], '', $text);
Please login to merge, or discard this patch.