GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] Localization errors on startup in V3.0.62

SLOKnightfall opened this issue ยท 1 comments

commented

๐Ÿ”ต Describe the bug:
Errors on login from the CN and TW localization files.

๐Ÿ”ต To reproduce: (Steps to reproduce the behavior)

  1. Enable lua error log
  2. Login

๐Ÿ”ต The error:
3x GSE\Localization\ModL_zhCN.lua:8: attempt to index local 'L' (a nil value)
[string "@gse\Localization\ModL_zhCN.lua"]:8: in main chunk

3x GSE\Localization\ModL_zhTW.lua:8: attempt to index local 'L' (a nil value)
[string "@GSE\Localization\ModL_zhTW.lua"]:8: in main chunk



๐Ÿ”ต **Desktop (please complete the following information):**
 - OS: [e.g. Windows 10 64bit]
 - Game Version [e.g. classic/bcc/retail (9.1.0)]

๐Ÿ”ต **GSE Version:**
 - Version: 3.0.62
 - Downloaded From: e.g. https://www.curseforge.com
 - game version: Retail

๐Ÿ”ต **Additional context:**
Looks like you used == instead of ~= for the CE and TW localization files
commented

Found it - releasing a fix now