change default message
This commit is contained in:
parent
7a6fdebc67
commit
8e632d5057
@ -166,7 +166,7 @@ class MoreModesTools implements CommandListener, Plugin {
|
|||||||
$text = explode(" ", $text);
|
$text = explode(" ", $text);
|
||||||
|
|
||||||
if (count($text) < 3) {
|
if (count($text) < 3) {
|
||||||
$this->maniaControl->getChat()->sendError('Missing parameters. Eg: //matchsetpoints <Player Name or Login> <Match points> <Map Points (optional)> <Round Points (optional)>', $adminplayer);
|
$this->maniaControl->getChat()->sendError('Missing parameters. Eg: //setpoints <Player Name or Login> <Match points> <Map Points (optional)> <Round Points (optional)>', $adminplayer);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user