mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
fix server build
This commit is contained in:
parent
dbea511a6f
commit
416499f978
1 changed files with 2 additions and 0 deletions
|
@ -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], ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue