Make it compile
This commit is contained in:
@@ -47,7 +47,7 @@ void Database_Dummy::saveBlock(MapBlock *block)
|
||||
}
|
||||
|
||||
// Format used for writing
|
||||
u8 version = SER_FMT_VER_HIGHEST;
|
||||
u8 version = SER_FMT_VER_HIGHEST_WRITE;
|
||||
// Get destination
|
||||
v3s16 p3d = block->getPos();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user