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:
Ursprung
e8c1dba504
Commit
e8af1384d3
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren