FAWE HeightMap constructor shouldn't be deprecated

Dieser Commit ist enthalten in:
dordsor21 2022-02-16 18:02:20 +00:00
Ursprung 05bd84b504
Commit fbe0c08c26
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 1E53E88969FFCF0B

Datei anzeigen

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