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
|
||||
|
||||
Function UpdateKeyRegistration()
|
||||
if SKSE.GetVersion()
|
||||
RegisterForKey(iMeditateKeycode)
|
||||
endif
|
||||
EndFunction
|
||||
|
||||
Function SetMeditateKey(int iNewMeditateKeycode)
|
||||
|
Loading…
Reference in New Issue
Block a user