From: Perttu Ahola Date: Mon, 25 Jul 2011 20:31:02 +0000 (+0300) Subject: fix server build X-Git-Tag: 0.2.20110731_3~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=416499f9787e48549a344f19eeac7ecfec517ecf;p=oweals%2Fminetest.git fix server build --- diff --git a/src/mapblock.cpp b/src/mapblock.cpp index b7981348c..44ca75ff0 100644 --- a/src/mapblock.cpp +++ b/src/mapblock.cpp @@ -909,10 +909,12 @@ std::string analyze_block(MapBlock *block) else desc<<"is_ug [ ], "; +#ifndef SERVER if(block->getMeshExpired()) desc<<"mesh_exp [X], "; else desc<<"mesh_exp [ ], "; +#endif if(block->getLightingExpired()) desc<<"lighting_exp [X], ";