1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02: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) {