Skip to content

Commit f960146

Browse files
added 'retail only' restriction to first move Soft Interact Set.
(On Classic, it always behaves like turnOffSoftInteract anyway)
1 parent da18f23 commit f960146

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ function Angleur_EventLoader(self, event, unit, ...)
668668
end
669669
elseif event == "PLAYER_REGEN_ENABLED" then
670670
elseif event == "PLAYER_STARTED_MOVING" then
671+
if ang.gameVersion ~= 1 then return end
671672
if firstMove == true and AngleurCharacter.sleeping == false then
672673
firstMove = false
673674
if Angleur_TinyOptions.turnOffSoftInteract == false then

0 commit comments

Comments
 (0)