Update nodemetadata.cpp

This commit is contained in:
onkrot 2014-12-12 19:59:49 +05:00
parent ac4c09c0a7
commit 5539822ae2
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void NodeMetadataList::serialize(std::ostream &os) const
Version 0 is a placeholder for "nothing to see here; go away."
*/
if(!m_data.empty()){
if(m_data.empty()){
writeU8(os, 0); // version
return;
}