remove unfinished testing

This commit is contained in:
Jesse Boyd 2019-11-22 15:37:15 +00:00
parent 85382ad109
commit 9712aaab7d
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

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)
}