geforkt von Mirrors/FastAsyncWorldEdit
more cleanup
Dieser Commit ist enthalten in:
Ursprung
ae95ad8fe7
Commit
3c70cdc9fd
@ -37,7 +37,6 @@ import com.sk89q.worldedit.util.Location;
|
|||||||
import com.sk89q.worldedit.world.entity.EntityTypes;
|
import com.sk89q.worldedit.world.entity.EntityTypes;
|
||||||
|
|
||||||
import static com.google.common.base.Preconditions.checkNotNull;
|
import static com.google.common.base.Preconditions.checkNotNull;
|
||||||
import com.sk89q.jnbt.LongTag;
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -124,7 +123,6 @@ public class ExtentEntityCopy implements EntityFunction {
|
|||||||
|
|
||||||
// Remove
|
// Remove
|
||||||
if (isRemoving() && success) {
|
if (isRemoving() && success) {
|
||||||
//todo remove from source with Extent i guess? im confused now
|
|
||||||
UUID uuid = null;
|
UUID uuid = null;
|
||||||
if (tag.containsKey("UUID")) {
|
if (tag.containsKey("UUID")) {
|
||||||
int[] arr = tag.getIntArray("UUID");
|
int[] arr = tag.getIntArray("UUID");
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren