From 7d15eafd0bd6614ead9529d4810c19b04d4abceb Mon Sep 17 00:00:00 2001 From: Lixfel Date: Thu, 30 Dec 2021 22:37:48 +0100 Subject: [PATCH] Trigger build --- SpigotCore_Main/src/de/steamwar/sql/SchematicNode.java | 1 + 1 file changed, 1 insertion(+) diff --git a/SpigotCore_Main/src/de/steamwar/sql/SchematicNode.java b/SpigotCore_Main/src/de/steamwar/sql/SchematicNode.java index 4d31c7c..14957ed 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/SchematicNode.java +++ b/SpigotCore_Main/src/de/steamwar/sql/SchematicNode.java @@ -456,6 +456,7 @@ public class SchematicNode { return SchematicType.fromDB(type); } + public void setSchemtype(SchematicType type) { if(isDir()) throw new RuntimeException("Is Directory"); -- 2.39.2