mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Continue instead of breaking.
This commit is contained in:
parent
2abf7cd016
commit
20f57cf7f3
@ -483,7 +483,7 @@ impl Server {
|
||||
chunk: Err(()),
|
||||
},
|
||||
);
|
||||
break 'insert_terrain_chunks;
|
||||
continue 'insert_terrain_chunks;
|
||||
}
|
||||
};
|
||||
// Send the chunk to all nearby players.
|
||||
|
Loading…
Reference in New Issue
Block a user