mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-25 03:55:35 +01:00
Output progress to console
This commit is contained in:
parent
93de075bf8
commit
39f848cccc
@ -1,5 +1,6 @@
|
|||||||
package com.boydti.fawe.jnbt.anvil;
|
package com.boydti.fawe.jnbt.anvil;
|
||||||
|
|
||||||
|
import com.boydti.fawe.Fawe;
|
||||||
import com.boydti.fawe.example.CharFaweChunk;
|
import com.boydti.fawe.example.CharFaweChunk;
|
||||||
import com.boydti.fawe.example.NMSMappedFaweQueue;
|
import com.boydti.fawe.example.NMSMappedFaweQueue;
|
||||||
import com.boydti.fawe.example.NullFaweChunk;
|
import com.boydti.fawe.example.NullFaweChunk;
|
||||||
@ -287,6 +288,7 @@ public class MCAQueue extends NMSMappedFaweQueue<FaweQueue, FaweChunk, FaweChunk
|
|||||||
final int mcaZ = Integer.parseInt(split[2]);
|
final int mcaZ = Integer.parseInt(split[2]);
|
||||||
if (filter.appliesFile(mcaX, mcaZ)) {
|
if (filter.appliesFile(mcaX, mcaZ)) {
|
||||||
File file = path.toFile();
|
File file = path.toFile();
|
||||||
|
Fawe.debug("Apply file " + file);
|
||||||
MCAFile mcaFile = new MCAFile(MCAQueue.this, file);
|
MCAFile mcaFile = new MCAFile(MCAQueue.this, file);
|
||||||
final MCAFile original = mcaFile;
|
final MCAFile original = mcaFile;
|
||||||
final MCAFile finalFile = filter.applyFile(mcaFile);
|
final MCAFile finalFile = filter.applyFile(mcaFile);
|
||||||
|
Loading…
Reference in New Issue
Block a user