change default message

This commit is contained in:
Beu 2025-03-31 15:35:06 +02:00
parent 7a6fdebc67
commit 8e632d5057

View File

@ -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;
} }