Disable rtp biomes

This commit is contained in:
kristoffer
2023-04-30 20:59:26 +02:00
parent b5e7154386
commit 011c9e96a0

View File

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