Fix wrong return value in get_sky Lua call since ad9fcf859e

Fix #5803
This commit is contained in:
Loic Blot 2017-05-23 19:59:47 +02:00
parent 9ff5302c8b
commit c445a3d958
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 1 additions and 1 deletions

View File

@ -1732,7 +1732,7 @@ int ObjectRef::l_get_sky(lua_State *L)
i++;
}
lua_pushboolean(L, clouds);
return 3;
return 4;
}
// set_clouds(self, {density=, color=, ambient=, height=, thickness=, speed=})