diff --git a/SchematicSystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/schematiccommand/parts/ViewPart.java b/SchematicSystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/schematiccommand/parts/ViewPart.java index 60146d4e..c1c277f5 100644 --- a/SchematicSystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/schematiccommand/parts/ViewPart.java +++ b/SchematicSystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/schematiccommand/parts/ViewPart.java @@ -92,7 +92,7 @@ public class ViewPart extends SWCommand { } @Register("download") - public void download(Player player, @Validator("isOwnerSchematicValidator") SchematicNode node) { + public void download(Player player, @Validator("isSchemValidator") SchematicNode node) { SchematicCommandUtils.download(player, node); } }