Skip to content

Commit

Permalink
Update ServerCommand.java (partial revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
GEOEGII555 authored Aug 20, 2024
1 parent 7f81231 commit 5974aea
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ public static String checkCommand(final CommandSender sender, final String comma
return "cancel";
}
}
case "/minecraft:datapack", "/datapack" -> {
return "cancel";
}
case "/scissors:scissors", "/scissors" -> {
if (arr.length >= 2
&& "reload".equalsIgnoreCase(arr[1])) {
Expand Down

0 comments on commit 5974aea

Please sign in to comment.