From 8e632d50570ff9ac1757117452a08c3692512c15 Mon Sep 17 00:00:00 2001 From: beu Date: Mon, 31 Mar 2025 15:35:06 +0200 Subject: [PATCH] change default message --- Beu/MoreModesTools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }