Disable rtp biomes

This commit is contained in:
kristoffer 2023-04-30 20:59:26 +02:00
parent b5e7154386
commit 011c9e96a0
No known key found for this signature in database
GPG Key ID: A14590146063A150

View File

@ -3,6 +3,7 @@ package me.SuperRonanCraft.BetterRTP.player.commands;
import me.SuperRonanCraft.BetterRTP.player.commands.types.*; import me.SuperRonanCraft.BetterRTP.player.commands.types.*;
public enum RTPCommandType { public enum RTPCommandType {
// TODO @Ronan Fix biomes
// BIOME(new CmdBiome()), // BIOME(new CmdBiome()),
EDIT(new CmdEdit()), EDIT(new CmdEdit()),
HELP(new CmdHelp()), HELP(new CmdHelp()),