SteamWar/SpigotCore
Archiviert
13
0

Trigger build
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2021-12-30 22:37:48 +01:00
Ursprung aa412e655b
Commit 7d15eafd0b

Datei anzeigen

@ -456,6 +456,7 @@ public class SchematicNode {
return SchematicType.fromDB(type); return SchematicType.fromDB(type);
} }
public void setSchemtype(SchematicType type) { public void setSchemtype(SchematicType type) {
if(isDir()) if(isDir())
throw new RuntimeException("Is Directory"); throw new RuntimeException("Is Directory");