Return true in MapInfoCommand

This commit is contained in:
Spencer 2017-12-30 20:14:07 -05:00 committed by Alexander Meech
parent 8e43b4506c
commit 98f1bd151e
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ public class MapInfoCommand extends BaseCommand
MapData data = getPlugin().getData(player.getWorld().getName());
data.sendInfo(player);
return false;
return true;
}
}