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")