[Minor] GUI.lua error
Sethox opened this issue ยท 2 comments
There is a minor error in honorspy/GUI.lua:
it's
local _, this_week_honor - GetPVPThisWeekStats();
instad of
local _, this_week_honor = GetPVPThisWeekStats();
Thus solving the error that pops up.
Using git clone version.
Close issue when ready.
I think you mean this line
Line 264 in ba5cf14