Completed
Push — master ( 206125...47c10a )
by De Cramer
13s
created
src/eXpansion/Bundle/CustomChat/Plugins/CustomChat.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,7 @@
 block discarded – undo
94 94
                         null
95 95
                     );
96 96
                     $this->console->writeln('$ff0['.$from.'$ff0] '.$text);
97
-                }
98
-                else {
97
+                } else {
99 98
                     $this->console->writeln('$333['.$from.'$333] '.$text);
100 99
                     $this->chatNotification->sendMessage('expansion_customchat.chat.disabledstate', $player->getLogin());
101 100
                 }
Please login to merge, or discard this patch.