We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87085e4 commit bba7580Copy full SHA for bba7580
MTA10/mods/shared_logic/lua/CLuaFunctionDefs.Drawing.cpp
@@ -1026,7 +1026,7 @@ int CLuaFunctionDefs::dxGetStatus ( lua_State* luaVM )
1026
lua_settable ( luaVM, -3 );
1027
1028
lua_pushstring ( luaVM, "SettingFOV" );
1029
- lua_pushboolean( luaVM, dxStatus.settings.fFieldOfView );
+ lua_pushnumber ( luaVM, dxStatus.settings.fFieldOfView );
1030
1031
1032
return 1;
0 commit comments