mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
FAWE HeightMap constructor shouldn't be deprecated
This commit is contained in:
parent
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user