mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
added sneaking/crouching and changelog
This commit is contained in:
parent
0947c4cc48
commit
14fafc7217
8 changed files with 318 additions and 113 deletions
|
@ -4479,6 +4479,9 @@ MapBlock * ServerMap::emergeBlock(
|
|||
{
|
||||
dstream<<"emergeBlock: emergeSector() failed: "
|
||||
<<e.what()<<std::endl;
|
||||
dstream<<"Path to failed sector: "<<getSectorDir(p2d)
|
||||
<<std::endl
|
||||
<<"You could try to delete it."<<std::endl;
|
||||
throw e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue