mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56: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);
|
BaseBlock block = PARSER.parseFromInput(id, PARSER_CONTEXT);
|
||||||
return block.toImmutableState();
|
return block.toImmutableState();
|
||||||
} catch (InputParseException e) {
|
} catch (InputParseException e) {
|
||||||
e.printStackTrace();
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user