Skip to content

Commit

Permalink
Null Worlds Are Bad For Everyone.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgorithmX2 committed Dec 27, 2016
1 parent f9ef629 commit dabbcea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -462,7 +462,7 @@ public ItemStack getPickBlock(
final BlockPos pos,
final TileEntityBlockChiseled te )
{
if ( te.getWorld().isRemote )
if ( te.getWorld() != null && te.getWorld().isRemote )
{
if ( getClientHeldTool() != null )
{
Expand Down

0 comments on commit dabbcea

Please sign in to comment.