mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-02-05 13:00:30 +08:00
Fixed WorldEdit bridge.
This commit is contained in:
parent
e8c1dba504
commit
e8af1384d3
@ -94,7 +94,7 @@ public void disable() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the CraftBook version.
|
||||
* Get the WorldEdit version.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@ -121,4 +121,13 @@ public String getVersion() {
|
||||
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the listener for the WorldEdit bridge.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public HMWorldEditListener getListener() {
|
||||
return listener;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user