Update ImageOnMap.java

This commit is contained in:
Vlammar 2020-08-18 00:28:24 +02:00 committed by GitHub
parent 4cb22312aa
commit 29b7c99595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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