build: Release 2.2.0

This commit is contained in:
Alexander Brandes
2022-05-18 21:46:22 +02:00
parent 0d2ed796d8
commit 3c4695bb73
6 changed files with 8 additions and 8 deletions

View File

@ -351,7 +351,7 @@ public class ParserContext {
* supplied.
*
* @return Region representing the selection for this context or null if it cannot be retrieved.
* @since TODO
* @since 2.3.0
*/
public Region getSelection() {
if (session != null) {

View File

@ -74,7 +74,7 @@ public interface World extends Extent, Keyed, IChunkCache<IChunkGet> {
* Get the name of the world. If the world referenced has been unloaded, this will still return the name.
*
* @return a name for the world
* @since TODO
* @since 2.3.0
*/
String getNameUnsafe();
//FAWE end