Dieser Commit ist enthalten in:
Ursprung
4fcedb8c72
Commit
d4f49aeddb
@ -213,7 +213,6 @@ public class FlatteningWrapper15 implements FlatteningWrapper {
|
||||
start("operation");
|
||||
Operations.completeBlindly(ch.createPaste(e).to(v).ignoreAirBlocks(pasteOptions.isIgnoreAir()).build());
|
||||
System.out.println("Operation: " + stop("operation"));
|
||||
System.out.println("ChangeSet: " + e.getChangeSet());
|
||||
return e;
|
||||
} catch (WorldEditException e) {
|
||||
throw new SecurityException(e.getMessage(), e);
|
||||
|
@ -484,7 +484,6 @@ public class Region {
|
||||
} else {
|
||||
editSession = paste(tempFile, pastePoint, pasteOptions);
|
||||
}
|
||||
System.out.println("ChangeSet2: " + editSession.getChangeSet());
|
||||
|
||||
initSessions();
|
||||
undoSessions.push(editSession);
|
||||
@ -509,7 +508,6 @@ public class Region {
|
||||
if (session == null) {
|
||||
return false;
|
||||
}
|
||||
System.out.println("ChangeSet3: " + session.getChangeSet());
|
||||
session.undo(session);
|
||||
redoSessions.push(session);
|
||||
return true;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren