geforkt von Mirrors/FastAsyncWorldEdit
FAWE HeightMap constructor shouldn't be deprecated
Dieser Commit ist enthalten in:
Ursprung
05bd84b504
Commit
fbe0c08c26
@ -124,9 +124,10 @@ public class HeightMap {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//FAWE end
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
//FAWE start - allow HeightMap creation with data
|
||||||
public HeightMap(EditSession session, Region region, int[] data, boolean layers) {
|
public HeightMap(EditSession session, Region region, int[] data, boolean layers) {
|
||||||
this.session = session;
|
this.session = session;
|
||||||
this.region = region;
|
this.region = region;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren