Fix wrong return value in get_sky Lua call since ad9fcf859ec2347325830e09504ae96968b51ea8

Fix #5803
master
Loic Blot 2017-05-23 19:59:47 +02:00
parent 0ec52bcada
commit c8fc6d9c0d
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=})