From e5d13d420b9c94054e5dec4765e982f7c045e5f4 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Thu, 1 Apr 2021 22:51:31 +0200 Subject: [PATCH] Fix CommandInfo help message --- .../src/de/steamwar/bausystem/commands/CommandInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandInfo.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandInfo.java index afcc68f..6b804d6 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandInfo.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandInfo.java @@ -40,7 +40,7 @@ public class CommandInfo extends SWCommand { @Register(help = true) public void genericHelp(Player p, String... args) { - p.sendMessage("§8/§ebauinfo §8- §7Gebe Informationen über den Bau"); + p.sendMessage("§8/§ebauinfo §8- §7Gibt Informationen über den Bau"); } @Register