1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Adding missing space

This commit is contained in:
Tim Düsterhus 2011-12-27 14:39:42 +01:00
parent fd6739bd2d
commit f020c8a20f

View File

@ -25,6 +25,6 @@ public function getType() {
* @see \wcf\system\chat\commands\ICommand::getMessage()
*/
public function getMessage() {
return$this->commandHandler->getParameters();
return $this->commandHandler->getParameters();
}
}