Don't print utterly useless brig exception
This commit is contained in:
parent
a3e86aeb04
commit
c652a3fafe
1 changed files with 0 additions and 1 deletions
|
@ -353,7 +353,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ try {
|
+ try {
|
||||||
+ blockParser = blockParser.parse(false);
|
+ blockParser = blockParser.parse(false);
|
||||||
+ } catch (com.mojang.brigadier.exceptions.CommandSyntaxException e) {
|
+ } catch (com.mojang.brigadier.exceptions.CommandSyntaxException e) {
|
||||||
+ e.printStackTrace();
|
|
||||||
+ return null;
|
+ return null;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue