mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
conflicting arg
This commit is contained in:
parent
9712aaab7d
commit
edcaeb6cfe
@ -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)
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user