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, ListCommand.class,
GetCommand.class, GetCommand.class,
DeleteCommand.class, DeleteCommand.class,
GiveCommand.class,
GetRemainingCommand.class, GetRemainingCommand.class,
ExploreCommand.class, ExploreCommand.class,
MigrateCommand.class, MigrateCommand.class
GiveCommand.class
); );
Commands.registerShortcut("maptool", NewCommand.class, "tomap"); Commands.registerShortcut("maptool", NewCommand.class, "tomap");