1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Removed lua stuff

This commit is contained in:
Perttu Ahola 2011-04-03 12:28:55 +03:00
parent ee89e29ae1
commit e4f7f97e6c
70 changed files with 6 additions and 19008 deletions

View file

@ -3483,7 +3483,7 @@ Player *Server::emergePlayer(const char *name, const char *password,
player->setPosition(intToFloat(v3s16(
nodepos.X,
groundheight + 1,
groundheight + 5, // Accomodate mud
nodepos.Y
), BS));
#endif