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

Fix some warnings and other minor details

This commit is contained in:
kwolekr 2013-09-16 23:52:42 -04:00
parent 9bccd75e34
commit c0398224ef
4 changed files with 6 additions and 6 deletions

View file

@ -2827,7 +2827,7 @@ MapBlock* ServerMap::finishBlockMake(BlockMakeData *data,
<<blockpos_requested.Z<<")"<<std::endl;*/
/*
Update weather data in central blocks if needed
Update weather data in blocks
*/
ServerEnvironment *senv = &((Server *)m_gamedef)->getEnv();
if (senv->m_use_weather) {