Added SKSE check to _00E_MeditationHotkeyAlias
This commit is contained in:
parent
c0a7c2f880
commit
b533356da8
Binary file not shown.
@ -5,7 +5,9 @@ int function _GetScriptVersion() Global
|
|||||||
endFunction
|
endFunction
|
||||||
|
|
||||||
Function UpdateKeyRegistration()
|
Function UpdateKeyRegistration()
|
||||||
RegisterForKey(iMeditateKeycode)
|
if SKSE.GetVersion()
|
||||||
|
RegisterForKey(iMeditateKeycode)
|
||||||
|
endif
|
||||||
EndFunction
|
EndFunction
|
||||||
|
|
||||||
Function SetMeditateKey(int iNewMeditateKeycode)
|
Function SetMeditateKey(int iNewMeditateKeycode)
|
||||||
|
Loading…
Reference in New Issue
Block a user