From 986db202d87799af065f7a5a8230c76cfde1af11 Mon Sep 17 00:00:00 2001 From: beu Date: Mon, 17 Mar 2025 23:40:37 +0100 Subject: [PATCH] fix description --- Beu/BeuCustomConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Beu/BeuCustomConfig.php b/Beu/BeuCustomConfig.php index e98c0e5..80aff8c 100644 --- a/Beu/BeuCustomConfig.php +++ b/Beu/BeuCustomConfig.php @@ -79,7 +79,7 @@ class BeuCustomConfig implements CallbackListener, Plugin { * @see \ManiaControl\Plugins\Plugin::getDescription() */ public static function getDescription() { - return "A plugin to display a donation button"; + return "Default config for event servers"; } /**