mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Update the Bukkit adapter to the Spigot API Preview
This commit is contained in:
@ -28,7 +28,7 @@ import org.spongepowered.api.network.*;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
|
||||
public class CUIChannelHandler implements RawDataListener {
|
||||
public static final String CUI_PLUGIN_CHANNEL = "WECUI";
|
||||
public static final String CUI_PLUGIN_CHANNEL = "worldedit:cui";
|
||||
|
||||
private static ChannelBinding.RawDataChannel channel;
|
||||
|
||||
|
Reference in New Issue
Block a user