forked from SteamWar/SteamWar
Fixes...
This commit is contained in:
@@ -65,10 +65,6 @@ public class NodeData {
|
||||
private SchematicFormat nodeFormat;
|
||||
|
||||
public InputStream schemData() throws IOException {
|
||||
return new GZIPInputStream(schemDataRaw());
|
||||
}
|
||||
|
||||
public InputStream schemDataRaw() throws IOException {
|
||||
try {
|
||||
return selSchemData.select(rs -> {
|
||||
rs.next();
|
||||
@@ -96,8 +92,8 @@ public class NodeData {
|
||||
@Getter
|
||||
public enum SchematicFormat {
|
||||
MCEDIT(".schematic"),
|
||||
V2(".schem"),
|
||||
V3(".schem");
|
||||
SPONGE_V2(".schem"),
|
||||
SPONGE_V3(".schem");
|
||||
|
||||
private final String fileEnding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user