mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fixed WorldEdit bridge.
This commit is contained in:
parent
e8c1dba504
commit
e8af1384d3
@ -94,7 +94,7 @@ public class WorldEdit extends Plugin {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the CraftBook version.
|
||||
* Get the WorldEdit version.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@ -121,4 +121,13 @@ public class WorldEdit extends Plugin {
|
||||
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the listener for the WorldEdit bridge.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public HMWorldEditListener getListener() {
|
||||
return listener;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user