Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/wip5.7.0' into farmesh5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Nov 20, 2023
2 parents 294bfc5 + 86d51db commit 546f220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Changelog
### 5.7.0.0 (?)
* Tree growth
* Weather tuned
* Multi protocol network: `cmake -DUSE_MULTI=1` one server for minetest/websocket/enet/sctp clients
* Added websocket protocol for serve emscripten builds without proxy `cmake -DENABLE_WEBSOCKET=1`


### 5.6.1.0 (?)
Expand Down
1 change: 1 addition & 0 deletions src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4250,6 +4250,7 @@ v3f Server::findSpawnPos()
v3bpos_t blockpos = getNodeBlockPos(nodepos);
if (!map.emergeBlock(blockpos, false)) {
nodeposf = intToFloat(nodepos, BS);
is_good = true;
break;
}
content_t c = map.getNode(nodepos).getContent();
Expand Down

0 comments on commit 546f220

Please sign in to comment.