diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c6f9bfd..b2892fc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +### v8.01.1 (Beta) (Update) SEF Community Mod +- Fixed crash when SWAT AI has arrested someone (thanks to mcdimm for the hint) + + ### v8.01 (Beta) (main version) SEF Community Mod - Fixed crash with certain suspects - Updated to the latest SEFv8(Beta) state diff --git a/System/SoundEffects.ini b/System/SoundEffects.ini index eb001bb..7d147a2 100644 --- a/System/SoundEffects.ini +++ b/System/SoundEffects.ini @@ -53580,7 +53580,7 @@ Specification=(SpecificationType=Wedge_Removed,SpecificationClass=Class'IGSoundE Event=Zipped SourceClassName=SwatAI Chance=100 -Specification=(SpecificationType=Handcuffs_zipped_3p,SpecificationClass=Class'IGSoundEffectsSubsystem.NormalSoundEffectSpecification') +Specification=(SpecificationType=Handcuffs_zipped,SpecificationClass=Class'IGSoundEffectsSubsystem.NormalSoundEffectSpecification') [SwatAIDesertEagleEquipped] Event=DesertEagleEquipped diff --git a/System/Version.ini b/System/Version.ini index f798cce..c25b771 100644 --- a/System/Version.ini +++ b/System/Version.ini @@ -1,10 +1,10 @@ [Version] ModName="SEF" -ChangeNumber=8.01 +ChangeNumber=8.011 ChangeTime="00:00:00" -ChangeDate="2021/02/28" -BuildTime="Sun Feb 02 2021" +ChangeDate="2021/03/01" +BuildTime="Mon Mar 03 2021" [SwatGui.ModInfo] ModName="[b]SWAT: Elite Force Community[\b]" -ChangeNumber="v8.01 ([c=00FF00][b]Beta[\b][\c])" +ChangeNumber="v8.01.1 ([c=00FF00][b]Beta[\b][\c])"