Fixed player check in _00E_Game_TalentControlSC
This commit is contained in:
parent
5921715d85
commit
6b713f9544
Binary file not shown.
@ -42,11 +42,13 @@ Event OnInit()
|
|||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
Event OnPlayerLoadGame()
|
Event OnPlayerLoadGame()
|
||||||
If self == PlayerREF && SKSE.GetVersion() > 0
|
If SKSE.GetVersion()
|
||||||
|
if self == PlayerREF
|
||||||
if GetState() != "RealPlayer"
|
if GetState() != "RealPlayer"
|
||||||
GoToState("RealPlayer")
|
GoToState("RealPlayer")
|
||||||
endif
|
endif
|
||||||
RegisterForActions()
|
RegisterForActions()
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
Debug.Trace("NO SKSE: individual shout cooldowns are disabled")
|
Debug.Trace("NO SKSE: individual shout cooldowns are disabled")
|
||||||
if GetState() != "Disabled"
|
if GetState() != "Disabled"
|
||||||
|
Loading…
Reference in New Issue
Block a user