Skip to content
Snippets Groups Projects
Commit 416499f9 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

fix server build

parent dbea511a
No related branches found
No related tags found
No related merge requests found
......@@ -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], ";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment