Fix schem creation
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
254b43618e
Commit
8fe18e2cf7
@ -133,7 +133,6 @@ public class FightTeam_8 {
|
|||||||
EditSession editSession = WorldEdit.getInstance().getEditSessionFactory().getEditSession(w, -1);
|
EditSession editSession = WorldEdit.getInstance().getEditSessionFactory().getEditSession(w, -1);
|
||||||
|
|
||||||
ForwardExtentCopy forwardExtentCopy = new ForwardExtentCopy(editSession, cuboidRegion, clipboard, min);
|
ForwardExtentCopy forwardExtentCopy = new ForwardExtentCopy(editSession, cuboidRegion, clipboard, min);
|
||||||
forwardExtentCopy.setCopyingEntities(false);
|
|
||||||
try{
|
try{
|
||||||
Operations.complete(forwardExtentCopy);
|
Operations.complete(forwardExtentCopy);
|
||||||
}catch(WorldEditException e){
|
}catch(WorldEditException e){
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren