Skip to content

Commit 8f7c280

Browse files
committed
Improved detection of whether you're on a Remix character
1 parent 3fb90d0 commit 8f7c280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KeystoneUtil.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ KSUtil = Util;
66

77
local BNSendGameData = C_BattleNet and C_BattleNet.SendGameData or BNSendGameData
88

9-
local IS_LEMIX = PlayerGetTimerunningSeasonID() == 2;
9+
local IS_LEMIX = C_TimerunningUI.GetActiveTimerunningSeasonID() == 2;
1010

1111
local CTL = ChatThrottleLib;
1212

0 commit comments

Comments
 (0)