Default profile doesn't initialize LC field correctly
Meorawr opened this issue ยท 0 comments
Total-RP-3/totalRP3/modules/dashboard/dashboard.lua
Lines 53 to 58 in 65a4e35
The LC field is initialized in the main chunk of the dashboard script, which is before the TRP3_Configuration
saved variable has loaded. The only reason this code doesn't outright error is because we initialize that variable with a blank table, which is something else we probably shouldn't do (and in brief testing - removing that actually works once this is fixed).