TFS Downgrade 1.5+ is an engine based on nekiro downgrade but highly updated with current tfs code, it also has the lua modules divided and uses lua5.4
GNU General Public License v2.0
19
stars
18
forks
source link
Compatibility issue when using Json.lua causes errors in other Lua scripts #29
Title: Compatibility issue when using Json.lua causes errors in other Lua scripts
Description:
When using Json.lua located in lib/core, other Lua scripts are breaking, resulting in errors. Below are two examples of errors that occur:
Exemple 1:
2024-06-18 02:29:27 - Lua Script Error: [Scripts Interface]
2024-06-18 02:29:27 - /home/healmot/server/data/scripts/weapons/wands.lua
2024-06-18 02:29:27 - /home/healmot/server/data/scripts/weapons/wands.lua:1: attempt to index a nil value (global 'classBalancerConfig')
2024-06-18 02:29:27 - stack traceback:
2024-06-18 02:29:27 - [C]: in metamethod 'index'
Title: Compatibility issue when using Json.lua causes errors in other Lua scripts
Description: When using Json.lua located in lib/core, other Lua scripts are breaking, resulting in errors. Below are two examples of errors that occur:
Exemple 1:
On script global.lua:
Exemple 2 :