Skip to content

Commit

Permalink
tweak(data/five): `increasing MaxExtraWeaponModelInfos to 2048 in gam…
Browse files Browse the repository at this point in the history
…econfig resolves the issue, can it be increased?`
  • Loading branch information
blattersturm committed Jun 3, 2021
1 parent 5fda150 commit cbc22fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/client/citizen/common/data/gameconfig.xml
Expand Up @@ -886,7 +886,7 @@
<MaxWeaponModelInfos value="115"/>
<MaxExtraPedModelInfos value="1024"/>
<MaxExtraVehicleModelInfos value="2048"/>
<MaxExtraWeaponModelInfos value="1024"/>
<MaxExtraWeaponModelInfos value="2048"/>
</ConfigModelInfo>

<ConfigExtensions>
Expand Down

0 comments on commit cbc22fe

Please sign in to comment.