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

View File

@ -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) {
this.session = session;
this.region = region;