1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

fixed bug in sneaking

This commit is contained in:
Perttu Ahola 2011-02-14 11:43:42 +02:00
parent 32a29489f3
commit b1defb4def
3 changed files with 40 additions and 32 deletions

View file

@ -4466,9 +4466,6 @@ MapBlock * ServerMap::emergeBlock(
/*
This will create or load a sector if not found in memory.
If block exists on disk, it will be loaded.
NOTE: On old save formats, this will be slow, as it generates
lighting on blocks for them.
*/
ServerMapSector *sector;
try{