mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix most warnings, re-fix MSVC compile error
This commit is contained in:
@@ -3283,7 +3283,7 @@ void ServerMap::save(ModifiedState save_level)
|
||||
|
||||
block_count_all++;
|
||||
|
||||
if(block->getModified() >= save_level)
|
||||
if(block->getModified() >= (u32)save_level)
|
||||
{
|
||||
// Lazy beginSave()
|
||||
if(!save_started){
|
||||
|
Reference in New Issue
Block a user