Fix compilation

This commit is contained in:
s809
2024-02-12 21:39:30 +05:00
parent 6fcfacd346
commit 7bb0ec3148
@@ -38,8 +38,6 @@ public interface IDhLevel extends AutoCloseable
*/
ILevelWrapper getLevelWrapper();
void updateDataSourcesWithChunkData(ChunkSizedFullDataAccessor data);
@Nullable
CompletableFuture<ChunkSizedFullDataAccessor> updateChunkAsync(IChunkWrapper chunk);