4.7.6.8
This commit is contained in:
parent
fbbdb7df4c
commit
ea29fec671
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user