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
|
||||
|
||||
Event OnPlayerLoadGame()
|
||||
If self == PlayerREF && SKSE.GetVersion() > 0
|
||||
If SKSE.GetVersion()
|
||||
if self == PlayerREF
|
||||
if GetState() != "RealPlayer"
|
||||
GoToState("RealPlayer")
|
||||
endif
|
||||
RegisterForActions()
|
||||
endif
|
||||
else
|
||||
Debug.Trace("NO SKSE: individual shout cooldowns are disabled")
|
||||
if GetState() != "Disabled"
|
||||
|
Loading…
Reference in New Issue
Block a user