3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-11-04 18:40:06 +01:00

Fixed WorldEdit bridge.

Dieser Commit ist enthalten in:
sk89q 2011-01-04 14:35:36 -08:00
Ursprung e8c1dba504
Commit e8af1384d3

Datei anzeigen

@ -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;
}
} }