1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-03 07:03:15 +00:00

FAWE HeightMap constructor shouldn't be deprecated

This commit is contained in:
dordsor21 2022-02-16 18:02:20 +00:00
parent 05bd84b504
commit fbe0c08c26
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

@ -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;