mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-27 05:00:08 +08:00
Updated the min protocol version so people don't get warnings every time they join servers.
This commit is contained in:
parent
70207f1370
commit
0960ce46e2
@ -22,7 +22,7 @@
|
||||
public interface CUIEvent {
|
||||
|
||||
// The required protocol versions for communicating with the CUI
|
||||
public static final int MIN_PROTOCOL = 0, CURRENT_PROTOCOL = 0;
|
||||
public static final int MIN_PROTOCOL = -1, CURRENT_PROTOCOL = 0; // TODO: Yetanotherx releases a new WECUI with protocol version 0.
|
||||
|
||||
public String getTypeId();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user