Added SKSE check to _00E_MeditationHotkeyAlias

This commit is contained in:
Eddoursul 2024-02-13 18:08:51 +01:00
parent c0a7c2f880
commit b533356da8
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ int function _GetScriptVersion() Global
endFunction
Function UpdateKeyRegistration()
if SKSE.GetVersion()
RegisterForKey(iMeditateKeycode)
endif
EndFunction
Function SetMeditateKey(int iNewMeditateKeycode)