mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fix MuteCommand
This commit is contained in:
parent
0e2216096c
commit
303eb80ee5
@ -105,7 +105,7 @@ public function getMessage() {
|
|||||||
'link' => $this->link,
|
'link' => $this->link,
|
||||||
'expires' => $this->expires,
|
'expires' => $this->expires,
|
||||||
'type' => str_replace(array('chat\system\command\commands\\', 'command'), '', strtolower(get_class($this))),
|
'type' => str_replace(array('chat\system\command\commands\\', 'command'), '', strtolower(get_class($this))),
|
||||||
'message' => $this->suspensionMessage
|
'reason' => $this->reason
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user