You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
The text was updated successfully, but these errors were encountered: