diff --git a/Beu/MoreModesTools.php b/Beu/MoreModesTools.php index 694fdf9..786c8f8 100644 --- a/Beu/MoreModesTools.php +++ b/Beu/MoreModesTools.php @@ -166,7 +166,7 @@ class MoreModesTools implements CommandListener, Plugin { $text = explode(" ", $text); if (count($text) < 3) { - $this->maniaControl->getChat()->sendError('Missing parameters. Eg: //matchsetpoints ', $adminplayer); + $this->maniaControl->getChat()->sendError('Missing parameters. Eg: //setpoints ', $adminplayer); return; }