Fix javadoc

Signed-off-by: TheMode <themode@outlook.fr>
This commit is contained in:
TheMode 2022-01-10 16:58:44 +01:00
parent 3afc644c5b
commit 2633609ccd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import java.util.Locale;
* Command that make a player change gamemode, made in
* the style of the vanilla /gamemode command.
*
* @see https://minecraft.fandom.com/wiki/Commands/gamemode
* @see <a href="https://minecraft.fandom.com/wiki/Commands/gamemode">...</a>
*/
public class GamemodeCommand extends Command {