Fixed WorldEdit bridge.

This commit is contained in:
sk89q 2011-01-04 14:35:36 -08:00
parent e8c1dba504
commit e8af1384d3

View File

@ -94,7 +94,7 @@ public class WorldEdit extends Plugin {
} }
/** /**
* Get the CraftBook version. * Get the WorldEdit version.
* *
* @return * @return
*/ */
@ -121,4 +121,13 @@ public class WorldEdit extends Plugin {
return version; return version;
} }
/**
* Returns the listener for the WorldEdit bridge.
*
* @return
*/
public HMWorldEditListener getListener() {
return listener;
}
} }