mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Deprecate sponge schematic reader/writer and tell users why (#1287)
This commit is contained in:
@ -177,7 +177,7 @@ public class FaweDelegateSchematicHandler {
|
||||
public void run(OutputStream output) {
|
||||
if (weTag instanceof CompressedSchematicTag) {
|
||||
Clipboard clipboard = ((CompressedSchematicTag) weTag).getSource();
|
||||
BuiltInClipboardFormat.SPONGE_SCHEMATIC.write(output, clipboard);
|
||||
BuiltInClipboardFormat.FAST.write(output, clipboard);
|
||||
}
|
||||
try {
|
||||
try (ParallelGZIPOutputStream gzip = new ParallelGZIPOutputStream(output)) {
|
||||
|
Reference in New Issue
Block a user