Skip to content

Commit 523ae3b

Browse files
committed
Removed TaskTest
1 parent 8695a77 commit 523ae3b

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

src/main/java/org/mcphackers/mcp/TaskMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public enum TaskMode {
6161
TaskParameter.FULL_BUILD,
6262
TaskParameter.SIDE
6363
}),
64-
createpatch("Create patch", "Creates patch", TaskTest.class),
64+
createpatch("Create patch", "Creates patch", TaskCreatePatch.class),
6565
exit("Exit", "Exit the program", null);
6666

6767
public final String name;

src/main/java/org/mcphackers/mcp/tasks/TaskTest.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)