Disable rtp biomes

This commit is contained in:
kristoffer
2023-04-30 20:57:35 +02:00
parent 7c666ca114
commit e5e511d8c3
3 changed files with 3 additions and 3 deletions

View File

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