zjl263488102 wrote:Hey.
I (first time only) RENAME THIS FILE file from _settings.lua to settings.lua when done. But operation WOW Queued error. can you help me?pls
Error:"}'expected(to close"{'at line 17)near"['
AddOn:CustomNameplates
File:settings.lua
Line:27
Count:1
Hi.
You must be using the pre-release version from first post I guess.
You can fix it by opening _settings.lua (or your renamed file) in a text editor and go to line 26 where it says
- Code: Select all
["refreshRate"]=1/60
and put a comma after the 60 so it becomes
- Code: Select all
["refreshRate"]=1/60,
Save and reload.
I'm at work now but I'll try to push a new package with the issue fixed some time later.