mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-11 03:45:01 -05:00
fix server build
This commit is contained in:
parent
dbea511a6f
commit
416499f978
@ -909,10 +909,12 @@ std::string analyze_block(MapBlock *block)
|
|||||||
else
|
else
|
||||||
desc<<"is_ug [ ], ";
|
desc<<"is_ug [ ], ";
|
||||||
|
|
||||||
|
#ifndef SERVER
|
||||||
if(block->getMeshExpired())
|
if(block->getMeshExpired())
|
||||||
desc<<"mesh_exp [X], ";
|
desc<<"mesh_exp [X], ";
|
||||||
else
|
else
|
||||||
desc<<"mesh_exp [ ], ";
|
desc<<"mesh_exp [ ], ";
|
||||||
|
#endif
|
||||||
|
|
||||||
if(block->getLightingExpired())
|
if(block->getLightingExpired())
|
||||||
desc<<"lighting_exp [X], ";
|
desc<<"lighting_exp [X], ";
|
||||||
|
Loading…
Reference in New Issue
Block a user