mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-03-02 11:21:20 +01:00
Remove debug
This commit is contained in:
parent
f0915b558b
commit
4150413885
@ -319,7 +319,6 @@ public class EditSession extends AbstractWorld implements HasFaweQueue, Lighting
|
||||
if (changeSet instanceof NullChangeSet && Fawe.imp().getBlocksHubApi() != null && player != null) {
|
||||
changeSet = LoggingChangeSet.wrap(player, changeSet);
|
||||
}
|
||||
System.out.println("Changeset " + changeSet);
|
||||
if (!(changeSet instanceof NullChangeSet)) {
|
||||
if (!(changeSet instanceof LoggingChangeSet) && player != null && Fawe.imp().getBlocksHubApi() != null) {
|
||||
changeSet = LoggingChangeSet.wrap(player, changeSet);
|
||||
|
Loading…
Reference in New Issue
Block a user