conflicting arg

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

View File

@ -138,7 +138,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 {
public void test(Player player, EditSession editSession, @Arg(desc = "test") String worldName, BlockVector2 mcaFile) throws WorldEditException {
// file = new File(world, "region" + File.separator)
}