diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ff394..0fdae28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # This is an archive of changelog messages from `tfa_loader.lua`. +## 4.7.6.8 +* Added better checks for fire loop animation and sound +* Fixed sprinting animation not playing after exiting fire loop + ## 4.7.6.7 * Fixed flat stat bars options breaking text display * Split up interface settings into groups diff --git a/lua/tfa/documentation/tfa_base_template.lua b/lua/tfa/documentation/tfa_base_template.lua index 04c6e2e..fa8491f 100644 --- a/lua/tfa/documentation/tfa_base_template.lua +++ b/lua/tfa/documentation/tfa_base_template.lua @@ -802,6 +802,7 @@ SWEP.ShootAnimation = { }, -- Looping End } ]] +SWEP.ShootAnimationLoopAutoOnly = nil -- true -- TFA.Enum.LOCOMOTION_ANI = Model's animation -- TFA.Enum.LOCOMOTION_LUA = Lua only diff --git a/resource/localization/en/tfa_base.properties b/resource/localization/en/tfa_base.properties index 09c32cf..9ad02f8 100644 --- a/resource/localization/en/tfa_base.properties +++ b/resource/localization/en/tfa_base.properties @@ -195,7 +195,6 @@ tfa.about.contributors=Additional contributions: %s tfa.about.changelog.label=Changelog/version history: tfa.about.changelog.btn.github=CHANGELOG.md @ GitHub tfa.about.changelog.btn.steam=Steam Change Notes -tfa.about.support.btn.discord=Get support @ Discord tfa.inspectsettings.inspectdof.enabled=Use Inspection Bokeh DOF tfa.inspectsettings.inspectdof.radius=Bokeh DOF Radius