Skip to content

Commit

Permalink
Remove error print
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Mar 14, 2016
1 parent ffb2224 commit c0c4dd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,6 @@ void Server::AsyncRunStep(bool initial_step)
getNodeBlockPos(event->p))) {
block->raiseModified(MOD_STATE_WRITE_NEEDED,
MOD_REASON_REPORT_META_CHANGE);
} else {
errorstream << "Can't raise metadata modification for "
<< " block at blockpos " << PP(event->p) << ": the block "
<< " is not inside the loaded Map." << std::endl;
}
break;
}
Expand Down

0 comments on commit c0c4dd8

Please sign in to comment.