diff --git a/changelog.txt b/changelog.txt index bd767737e..992747118 100644 --- a/changelog.txt +++ b/changelog.txt @@ -105,4 +105,7 @@ r500 -Added error notifications to sound tool. *r565 --Fixed sbox_acf_restrictinfo support with EA2 component. \ No newline at end of file +-Fixed sbox_acf_restrictinfo support with EA2 component. + +*r569 +-Make acf_bulleteffect use SetEntity() instead of SetMagnitude() \ No newline at end of file diff --git a/lua/autorun/acf_globals.lua b/lua/autorun/acf_globals.lua index 533ebb803..46627c196 100644 --- a/lua/autorun/acf_globals.lua +++ b/lua/autorun/acf_globals.lua @@ -2,7 +2,7 @@ ACF = {} ACF.AmmoTypes = {} ACF.MenuFunc = {} ACF.AmmoBlacklist = {} -ACF.Version = 565 -- REMEMBER TO CHANGE THIS FOR GODS SAKE, OMFG!!!!!!! -wrex Update the changelog too! -Ferv +ACF.Version = 569 -- REMEMBER TO CHANGE THIS FOR GODS SAKE, OMFG!!!!!!! -wrex Update the changelog too! -Ferv ACF.CurrentVersion = 0 -- just defining a variable, do not change ACF.Year = 1945