Add task complete + plot nearest targeting

This commit is contained in:
boy0001
2015-08-05 03:37:19 +10:00
parent 0d03e9a1d9
commit 5ea7403d2e
2 changed files with 21 additions and 4 deletions

View File

@ -212,6 +212,7 @@ public class Trim extends SubCommand {
@Override
public void run() {
deleteChunks(world, empty);
PS.log("$1Trim task complete!");
}
});
return true;