remove unfinished testing

This commit is contained in:
Jesse Boyd
2019-11-22 15:37:15 +00:00
parent 85382ad109
commit 9712aaab7d

View File

@ -139,7 +139,7 @@ public class RegionCommands {
@CommandPermissions("worldedit.region.test")
@Logging(REGION)
public void test(Player player, EditSession editSession, @Arg(desc = "test") String world, BlockVector2 mcaFile) throws WorldEditException {
file = new File(world, "region" + File.separator)
// file = new File(world, "region" + File.separator)
}