Alex King 6960a1a682
[Bug Fix] Fix issues with Lua tables not starting at index 1 (#3160)
* [Bug Fix] Fix issues with Lua tables not starting at index 1

# Notes
- This would cause the first item in the table to be inaccessible since Lua tables start at index `1` instead of index `0`.
- All other spots using Lua tables have their indexes starting at `1`.

* Update lua_general.cpp
2023-03-30 06:02:53 -04:00
..
2021-08-31 01:24:21 -05:00
2023-03-20 11:39:14 -04:00
2022-05-09 20:49:43 -05:00
2023-03-29 08:33:06 -04:00
2020-01-31 20:25:06 -06:00