diff --git a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java index 2199788..d5885be 100644 --- a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java +++ b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java @@ -121,7 +121,7 @@ public class SchematicCommand extends SWCommand { @Register({"info", "public"}) public void schemInfoPublic(Player player, @Mapper("publicMapper") SchematicNode node) { - schemInfo(player, node); + schemInfo(player, SchematicNode.getSchematicNode(node.getId())); } @Register({"l", "public"})