Update ImageOnMap.java

Change order to a more logical one for the command list
This commit is contained in:
Vlammar 2020-08-25 22:39:10 +02:00 committed by GitHub
parent 98b952471b
commit b11a93634d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,11 +103,11 @@ public final class ImageOnMap extends ZPlugin
NewCommand.class,
ListCommand.class,
GetCommand.class,
RenameCommand.class,
DeleteCommand.class,
GetRemainingCommand.class,
ExploreCommand.class,
MigrateCommand.class,
RenameCommand.class
MigrateCommand.class
);
Commands.registerShortcut("maptool", NewCommand.class, "tomap");