Don't print utterly useless brig exception

This commit is contained in:
Nassim Jahnke 2022-01-06 13:11:08 +01:00
parent a3e86aeb04
commit c652a3fafe

View file

@ -353,7 +353,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ try {
+ blockParser = blockParser.parse(false);
+ } catch (com.mojang.brigadier.exceptions.CommandSyntaxException e) {
+ e.printStackTrace();
+ return null;
+ }
+