mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 14:46:45 +01:00
swallow stacktrace
This commit is contained in:
parent
93894aca96
commit
fe438fd62a
@ -62,7 +62,6 @@ public final class BlockUtil {
|
||||
BaseBlock block = PARSER.parseFromInput(id, PARSER_CONTEXT);
|
||||
return block.toImmutableState();
|
||||
} catch (InputParseException e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user