mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Math mapgen fix, ip show on connect, pathfinder segfault fix
This commit is contained in:
parent
75b8c13b00
commit
f764297be2
7 changed files with 21 additions and 34 deletions
|
@ -42,8 +42,6 @@ class MapgenMath : public MapgenV7 {
|
|||
MapgenMath(int mapgenid, MapgenMathParams *mg_params, EmergeManager *emerge);
|
||||
~MapgenMath();
|
||||
|
||||
|
||||
//void makeChunk(BlockMakeData *data);
|
||||
void generateTerrain();
|
||||
int getGroundLevelAtPoint(v2s16 p);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue