mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Feature/1.17.1 (#1172)
* Update adapters for 1.17.1
* Fixes #1074
* fd10efa56b51d915302d616302145c74c3f079ee
* Fix `//chunkinfo` message
* 9fc85704e9570304f1b336612039afc85bb17064
* 03b4437023
* JitPack decided to work again
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.fastasyncworldedit.bukkit;
|
||||
|
||||
import com.fastasyncworldedit.bukkit.util.image.BukkitImageViewer;
|
||||
import com.fastasyncworldedit.core.FAWEPlatformAdapterImpl;
|
||||
import com.fastasyncworldedit.core.Fawe;
|
||||
import com.fastasyncworldedit.core.IFawe;
|
||||
@ -126,7 +127,7 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
fos.write(jarData);
|
||||
}
|
||||
}
|
||||
// return new BukkitImageViewer(BukkitAdapter.adapt(player));
|
||||
return new BukkitImageViewer(BukkitAdapter.adapt(player));
|
||||
} catch (Throwable ignored) {
|
||||
}
|
||||
return null;
|
||||
|
@ -1,4 +1,3 @@
|
||||
/*
|
||||
package com.fastasyncworldedit.bukkit.util.image;
|
||||
|
||||
import com.fastasyncworldedit.core.util.image.Drawable;
|
||||
@ -201,5 +200,3 @@ public class BukkitImageViewer implements ImageViewer {
|
||||
last = null;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
Reference in New Issue
Block a user