mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 18:04:03 +00:00
FAWE HeightMap constructor shouldn't be deprecated
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user