From 9e31f05d83a3c9a5819a57bf3ef8a47bd57a08fe Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 28 Feb 2023 16:51:17 +0100 Subject: [PATCH] Add /sl as alias for FreezeCommand Signed-off-by: yoyosource --- .../de/steamwar/bausystem/features/region/FreezeCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeCommand.java index 303bc49a..339ea122 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeCommand.java @@ -33,7 +33,7 @@ import org.bukkit.entity.Player; public class FreezeCommand extends SWCommand { public FreezeCommand() { - super("freeze", "stoplag"); + super("freeze", "stoplag", "sl"); } @Register(description = "REGION_FREEZE_HELP")